Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Robert Haas <robertmhaas@gmail.com>, Fujii Masao <masao.fujii@gmail.com>
Cc: Vladimir Rusinov <vrusinov@google.com>, Tom Lane <tgl@sss.pgh.pa.us>,
Euler Taveira <euler@timbira.com.br>, David Steele <david@pgmasters.net>,
Michael Paquier <michael.paquier@gmail.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-23T18:55:26Z
Lists: pgsql-hackers
On 1/17/17 5:03 PM, Robert Haas wrote: > Right. I think a lot of that stuff should also be changed. If we > weren't OK with breaking compatibility, why'd we change pg_xlog -> > pg_wal? If we're not willing to change other things to match, let's > revert that change and be done with it. For the record, I don't like the name "xlog" either. It would be nice if we could have more consistent and intuitive naming. But I don't see any proposals to actually change all uses of "xlog" to "wal". What about program names, command line options, etc.? If the argument is, we changed one thing, we should change the rest, then let's see that. I think that argument itself is flawed, but if that's what we're going with, let's see the whole plan. Moreover, I see we still have the pg_clog directory. I thought that was supposed to be renamed as well, to avoid confusing it with a "log" directory. Surely, we should at least conclude that original chapter before going further. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
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