Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Stephen Frost <sfrost@snowman.net>,
Daniel Verite <daniel@manitou-mail.org>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Andres Freund <andres@anarazel.de>, Fujii Masao <masao.fujii@gmail.com>, Vladimir Rusinov <vrusinov@google.com>, Tom Lane <tgl@sss.pgh.pa.us>, Euler Taveira <euler@timbira.com.br>, David Steele <david@pgmasters.net>, Jim Nasby <Jim.Nasby@bluetreble.com>, Cynthia Shang <cynthia.shang@crunchydata.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-02-06T04:24:04Z
Lists: pgsql-hackers
On Sat, Feb 4, 2017 at 6:39 AM, Robert Haas <robertmhaas@gmail.com> wrote: > On Fri, Feb 3, 2017 at 5:21 AM, Stephen Frost <sfrost@snowman.net> wrote: >> Daniel, >> >> * Daniel Verite (daniel@manitou-mail.org) wrote: >>> What if we look at the change from the pessimistic angle? >>> An example of confusion that the change would create: >>> a lot of users currently choose pg_wal for the destination >>> directory of their archive command. Less-informed users >>> that set up archiving and/or log shipping in PG10 based on >>> advice online from previous versions will be fairly >>> confused about the missing pg_xlog, and the fact that the >>> pg_wal directory they're supposed to create already exists. >> >> One would hope that they would realize that's not going to work >> when they set up PG10. If they aren't paying attention sufficient >> to realize that then it seems entirely likely that they would feel >> equally safe removing the contents of a directory named 'pg_xlog'. > > So... somebody want to tally up the votes here? Here is what I have, 6 votes clearly stated: 1. Rename nothing: Daniel, 2. Rename directory only: Andres 3. Rename everything: Stephen, Vladimir, David S, Michael P (with aliases for functions, I could live without at this point...) > And... was this discussed at the FOSDEM developer meeting? > > (Please say yes.) Looking only at the minutes, the answer is no: https://wiki.postgresql.org/wiki/FOSDEM/PGDay_2017_Developer_Meeting -- 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