Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Josh Berkus <josh@berkus.org>, Stephen Frost <sfrost@snowman.net>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>,
Magnus Hagander <magnus@hagander.net>,
Michael Paquier <michael.paquier@gmail.com>,
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>, Jim Nasby
<Jim.Nasby@bluetreble.com>, Cynthia Shang <cynthia.shang@crunchydata.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-02-09T21:05:47Z
Lists: pgsql-hackers
On 2/9/17 4:03 PM, Josh Berkus wrote: > Counter-argument: moving the directory is going to break many tools > anyway, so why bother with function aliases? +1. -- -David david@pgmasters.net
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