Re: Should pg_current_wal_location() become pg_current_wal_lsn()
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Joe Conway <mail@joeconway.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>, David Steele <david@pgmasters.net>, Stephen Frost <sfrost@snowman.net>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, David Rowley <david.rowley@2ndquadrant.com>, Euler Taveira <euler@timbira.com.br>, Michael Paquier <michael.paquier@gmail.com>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-05-11T00:15:17Z
Lists: pgsql-hackers
On Wed, May 10, 2017 at 01:09:36PM -0700, Joe Conway wrote: > On 05/10/2017 12:22 PM, Tom Lane wrote: > > Robert Haas <robertmhaas@gmail.com> writes: > >> On Wed, May 10, 2017 at 1:13 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > >>> In terms of the alternatives I listed previously, it seems like > >>> nobody liked alternatives #3, #4, or #5, leaving us with #1 (do > >>> nothing) or #2 (apply this patch). By my count, Peter is the > >>> only one in favor of doing nothing, and is outvoted. I'll push > >>> the patch later today if I don't hear additional comments. > > > >> For the record, I also voted for doing nothing. > > > > Hm, well, anybody else want to vote? > > +1 for #2 Same, +1 for #2 (apply this patch) -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription +
Commits
-
Rename WAL-related functions and views to use "lsn" not "location".
- d10c626de47d 10.0 landed