Thread: pgsql: Fix bogus assertion in BootstrapModeMain().

pgsql: Fix bogus assertion in BootstrapModeMain().

From
Andres Freund
Date:
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(-)