pgsql: Ooops, I broke initdb with that last patch.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ooops, I broke initdb with that last patch.
Date: 2014-05-18 22:17:58
Message-ID: E1Wm9P4-0008HW-T6@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ooops, I broke initdb with that last patch.

That's what I get for not fully retesting the final version of the patch.
The replace_allowed cross-check needs an additional special case for
bootstrapping.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c19aaba22c4d904f7259ef11f7d6db7b5dd36a0

Modified Files
--------------
src/backend/utils/cache/relcache.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-05-19 03:59:27 pgsql: doc: improve 9.4 release notes
Previous Message Tom Lane 2014-05-18 20:52:15 pgsql: Fix two ancient memory-leak bugs in relcache.c.