pgsql: Ooops, I broke initdb with that last patch. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Ooops, I broke initdb with that last patch.
Date
Msg-id E1Wm9P4-0008HW-T6@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix two ancient memory-leak bugs in relcache.c.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: improve 9.4 release notes