Re: [HACKERS] pg_upgrade broken by xlog numbering

2012-06-25 Thread Robert Haas
On Mon, Jun 25, 2012 at 8:11 AM, Kevin Grittner kevin.gritt...@wicourts.gov wrote: 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

Re: [HACKERS] pg_upgrade broken by xlog numbering

2012-06-25 Thread Thom Brown
On 25 June 2012 13:11, Kevin Grittner kevin.gritt...@wicourts.gov wrote: 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

Re: [HACKERS] pg_upgrade broken by xlog numbering

2012-06-25 Thread Tom Lane
Robert Haas robertmh...@gmail.com writes: On MacOS X, on latest sources, initdb fails: creating directory /Users/rhaas/pgsql/src/test/regress/./tmp_check/data ... ok creating subdirectories ... ok selecting default max_connections ... 100 selecting default shared_buffers ... 32MB creating

Re: [HACKERS] pg_upgrade broken by xlog numbering

2012-06-25 Thread Robert Haas
On Mon, Jun 25, 2012 at 11:50 AM, Tom Lane t...@sss.pgh.pa.us wrote: Robert Haas robertmh...@gmail.com writes: On MacOS X, on latest sources, initdb fails: creating directory /Users/rhaas/pgsql/src/test/regress/./tmp_check/data ... ok creating subdirectories ... ok selecting default

Re: [HACKERS] pg_upgrade broken by xlog numbering

2012-06-25 Thread Robert Haas
On Mon, Jun 25, 2012 at 8:11 AM, Kevin Grittner kevin.gritt...@wicourts.gov wrote: On HEAD at the moment, `make check-world` is failing on a 32-bit Linux build: This appears to be because of the following hunk from commit dfda6ebaec6763090fb78b458a979b558c50b39b: @@ -558,10 +536,10 @@