Re: [HACKERS] pg_upgrade - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] pg_upgrade
Date
Msg-id 21544.1010686491@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] pg_upgrade  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] pg_upgrade  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] pg_upgrade  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] pg_upgrade  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Also, how do I find the current xlog segment position.  Is it one of
> these fields shown by pg_controldata?

"latest checkpoint location" should do.

BTW, if your script is relying on pg_resetxlog to be available, best to
ensure that it's there before you do anything irreversible ...

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] pg_upgrade
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] pg_upgrade