Re: machine-readable pg_controldata? - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: machine-readable pg_controldata?
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: machine-readable pg_controldata?  (Heikki Linnakangas <[email protected]>)
List pgsql-hackers
On Sat, Mar 6, 2010 at 12:13 AM, Heikki Linnakangas
<[email protected]> wrote:
> The REDO location of last checkpoint might deserve a function of its
> own, like we have pg_last_xlog_replay_location() and
> pg_last_xlog_receive_location().

Agreed. I submitted the patch which introduces new function returning
the REDO location of last checkpoint, on other thread.
http://archives.postgresql.org/pgsql-hackers/2010-03/msg00334.php

Are you planning to apply the patch until 9.0 release?

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: machine-readable pg_controldata?
Next
From: Bruce Momjian
Date:
Subject: Re: Re: incorrect exit code from psql with single transaction + violation of deferred FK constraint