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: Robert Haas <robertmhaas@gmail.com>
Cc: Andres Freund <andres@anarazel.de>,
"David G. Johnston" <david.g.johnston@gmail.com>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Fujii Masao <masao.fujii@gmail.com>,
Vladimir Rusinov <vrusinov@google.com>,
Euler Taveira <euler@timbira.com.br>,
David Steele <david@pgmasters.net>,
Michael Paquier <michael.paquier@gmail.com>,
Stephen Frost <sfrost@snowman.net>,
Jim Nasby <Jim.Nasby@bluetreble.com>,
Cynthia Shang <cynthia.shang@crunchydata.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-01-26T19:43:14Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > On Thu, Jan 26, 2017 at 2:24 PM, Andres Freund <andres@anarazel.de> wrote: >>> Whether the voters recognized that fact at the time I would have to concur >>> that if we are going to change from xlog to wal we should be all-in. If >>> you want to vote to reject putting the whole camel in the tent I would say >>> its a vote for reverting the change that put the camel's nose in there in >>> the first place. >> WTF. > I think that response is unwarranted. I happen to agree entirely with > his position. Me three. If we're changing this at all, we should try to eliminate "xlog" from user-visible names and docs altogether. I was okay with the proposal to have some redundant names in place for awhile, and I'm equally okay with not having any; but not with being permanently schizophrenic on the point. 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