Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: 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>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Andres Freund <andres@anarazel.de>, Cynthia Shang <cynthia.shang@crunchydata.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-01-12T18:40:50Z
Lists: pgsql-hackers
Jim, * Jim Nasby (Jim.Nasby@BlueTreble.com) wrote: > The way I see it, either one person can spend an hour or whatever > creating an extension once, or every postgres install that's using > any of these functions now has yet another hurdle to upgrading. 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. Thanks! Stephen
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