Re: [HACKERS] pg_upgrade

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] pg_upgrade
Date: 2002-01-10 18:14:51
Message-ID: 21544.1010686491@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-01-10 18:16:46 Re: [HACKERS] pg_upgrade
Previous Message Bruce Momjian 2002-01-10 18:09:53 Re: [HACKERS] pg_upgrade

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-01-10 18:16:46 Re: [HACKERS] pg_upgrade
Previous Message Bruce Momjian 2002-01-10 18:09:53 Re: [HACKERS] pg_upgrade