pg_upgrade broken by xlog numbering

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_upgrade broken by xlog numbering
Date: 2012-06-25 12:11:46
Message-ID: 4FE80F320200002500048A6C@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On HEAD at the moment, `make check-world` is failing on a 32-bit Linux
build:

+ pg_upgrade -d
/home/kevin/pg/master/contrib/pg_upgrade/tmp_check/data.old -D
/home/kevin/pg/master/contrib/pg_upgrade/tmp_check/data -b
/home/kevin/pg/master/contrib/pg_upgrade/tmp_check/install//home/kevin/pg/master/Debug/bin
-B
/home/kevin/pg/master/contrib/pg_upgrade/tmp_check/install//home/kevin/pg/master/Debug/bin
Performing Consistency Checks
-----------------------------
Checking current, bin, and data directories ok
Checking cluster versions ok
Some required control information is missing; cannot find:
first log file ID after reset
first log file segment after reset

Cannot continue without required control information, terminating
Failure, exiting

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2012-06-25 12:26:16 Re: libpq compression
Previous Message Ryan Kelly 2012-06-25 12:00:13 Re: [PATCH] Allow breaking out of hung connection attempts