Fix bogus assertion in BootstrapModeMain().
authorAndres Freund <andres@anarazel.de>
Mon, 9 Aug 2021 15:26:59 +0000 (08:26 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 9 Aug 2021 15:28:53 +0000 (08:28 -0700)
commite12694523e7e4482a052236f12d3d8b58be9a22c
tree00686386c7cb4e75c800fbeef68ddc7345faaa0f
parent0e6aa8747d439bb7f08f95e358f0509c50396785
Fix bogus assertion in BootstrapModeMain().

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

Per coverity and Tom Lane.
src/backend/bootstrap/bootstrap.c