Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Vladimir Rusinov <vrusinov@google.com>
Cc: Euler Taveira <euler@timbira.com.br>, David Steele <david@pgmasters.net>,
Michael Paquier <michael.paquier@gmail.com>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Stephen Frost <sfrost@snowman.net>,
Andres Freund <andres@anarazel.de>,
Jim Nasby <Jim.Nasby@bluetreble.com>,
Cynthia Shang <cynthia.shang@crunchydata.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-01-12T18:12:35Z
Lists: pgsql-hackers
Vladimir Rusinov <vrusinov@google.com> writes: > On Thu, Jan 12, 2017 at 4:57 PM, Euler Taveira <euler@timbira.com.br> wrote: >> As Robert suggested in the other email: extension to create old names. > I don't follow the reasoning for the extension. It seem to have downsides > of both alternatives combined: we still break people's code, and we add > even more maintenance burden than just keeping aliases. Yeah, I'm not terribly for the extension idea. Robert cited the precedent of contrib/tsearch2, but I think the history of that is a good argument against this: tsearch2 is still there 9 years later and there's no indication that we'll ever get rid of it. We can let things rot indefinitely in core too. If we do ever agree to get rid of the aliases, stripping them out of pg_proc.h will not be any harder than removing a contrib directory would be. regards, tom lane
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