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>,
Michael Paquier <michael.paquier@gmail.com>
Cc: Vladimir Rusinov <vrusinov@google.com>,
Cynthia Shang <cynthia.shang@crunchydata.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-01-01T15:48:02Z
Lists: pgsql-hackers
On 12/30/16 9:57 AM, Stephen Frost wrote: > Additionally, people who are actually using these bits of the system are > almost certainly going to have to adjust things for the directory > change, Some *xlog* functions are commonly used to measure replay lag. That usage would not be affected by the directory renaming. Renaming those functions would only serve to annoy users and have them delay their upgrades. -- 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