Re: pg_resetxlog output clarification

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_resetxlog output clarification
Date: 2007-09-25 16:33:56
Message-ID: 20312.1190738036@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> What do these output lines in pg_resetxlog of 8.3 mean?
> First log file ID for new XLOG:
> First log file segment for new XLOG:
> What does it mean to have a "new XLOG"?

Why does that wording surprise you? pg_resetxlog is for wiping out
your xlog and starting fresh, no?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Glaesemann 2007-09-25 16:38:43 Re: Hash index todo list item
Previous Message Tom Lane 2007-09-25 16:29:21 Re: Turn off vacuum in pgbench?