Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Jim Nasby <Jim.Nasby@bluetreble.com>, David Steele <david@pgmasters.net>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Stephen Frost <sfrost@snowman.net>, Vladimir Rusinov <vrusinov@google.com>,
Cynthia Shang <cynthia.shang@crunchydata.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-01-03T11:56:31Z
Lists: pgsql-hackers
On Tue, Jan 3, 2017 at 4:18 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > I'm also -1 on this idea. If we're going to provide backwards > compatibility, we should just leave the old names in the core. > Providing an extension is more work for *everybody* --- for us, and > for the users who will have to learn about and install the extension. > I don't see any gain to justify that work, either. Yeah, let's make the life of users just easier if we can, without any extension. Some people are likely going to forget to enable it anyway, and some more don't like installing the package dedicated to contrib modules. -- Michael
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