pgsql: Fix bogus assertion in BootstrapModeMain().

Started by Andres Freundalmost 5 years ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

Fix bogus assertion in BootstrapModeMain().

The assertion was always true, as written, thanks to me "simplifying" it
before commit.

Per coverity and Tom Lane.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e12694523e7e4482a052236f12d3d8b58be9a22c

Modified Files
--------------
src/backend/bootstrap/bootstrap.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)