Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Stephen Frost <sfrost@snowman.net>, Jim Nasby <Jim.Nasby@BlueTreble.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Vladimir Rusinov <vrusinov@google.com>,
Euler Taveira <euler@timbira.com.br>, David Steele <david@pgmasters.net>,
Michael Paquier <michael.paquier@gmail.com>,
Andres Freund <andres@anarazel.de>,
Cynthia Shang <cynthia.shang@crunchydata.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-01-13T14:55:06Z
Lists: pgsql-hackers
On 1/12/17 1:40 PM, Stephen Frost wrote: > I just don't buy this argument, at all. These functions names are > certainly not the only things we're changing with PG10 and serious > monitoring/backup/administration tools are almost certainly going to > have quite a bit to adjust to with the new release, and that isn't news > to anyone who works with PG. I in turn don't buy this argument. ;-) I have checked a variety of WAL-related monitoring scripts, graphing/trending scripts, switchover/failover scripts, and the like, and of course they all make ample use of a variety of *xlog* functions, but as far as I can tell, they don't care about the pg_xlog renaming and would continue to work just fine if the functions were not renamed. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Remove all references to "xlog" from SQL-callable functions in pg_proc.
- 806091c96f9b 10.0 landed
-
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
- 7762619e9527 8.1.0 cited