Re: Should pg_current_wal_location() become pg_current_wal_lsn()
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Noah Misch <noah@leadboat.com>
Cc: David Rowley <david.rowley@2ndquadrant.com>,
Euler Taveira <euler@timbira.com.br>,
Michael Paquier <michael.paquier@gmail.com>,
David Steele <david@pgmasters.net>,
Robert Haas <robertmhaas@gmail.com>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Bruce Momjian <bruce@momjian.us>,
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-05-06T06:09:22Z
Lists: pgsql-hackers
Noah Misch <noah@leadboat.com> writes: > On Fri, May 05, 2017 at 03:36:39AM +1200, David Rowley wrote: >> Do any of the committers who voted for this change feel inclined to >> pick this patch up? > I'll echo that question. This open item lacks a clear owner. One might argue > that 806091c caused it by doing the backward-compatibility breaks that > inspired this patch, but that's a link too tenuous to create ownership. If no one else takes this, I will pick it up --- but I don't anticipate having any time for it until after Monday's back-branch release wraps. regards, tom lane
Commits
-
Rename WAL-related functions and views to use "lsn" not "location".
- d10c626de47d 10.0 landed