From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Remove sanity test in XRecOffIsValid. |
Date: | 2012-06-25 16:18:44 |
Message-ID: | E1SjBzw-00045y-Fu@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Remove sanity test in XRecOffIsValid.
Commit 061e7efb1b4c5b8a5d02122b7780531b8d5bf23d changed the rules
for splitting xlog records across pages, but neglected to update this
test. It's possible that there's some better action here than just
removing the test completely, but this at least appears to get some
of the things that are currently broken (like initdb on MacOS X)
working again.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/2dfa87bcb6eb3ee6e41c40ed4a8a43019a66bd38
Modified Files
--------------
src/include/access/xlog_internal.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2012-06-25 16:35:02 | Re: [COMMITTERS] pgsql: Remove sanity test in XRecOffIsValid. |
Previous Message | Kevin Grittner | 2012-06-25 12:47:18 | pgsql: Fix warning for 64-bit literal on 32-bit build. |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2012-06-25 16:35:02 | Re: [COMMITTERS] pgsql: Remove sanity test in XRecOffIsValid. |
Previous Message | Ryan Kelly | 2012-06-25 16:15:46 | Re: warning handling in Perl scripts |