Fix bogus assertion in BootstrapModeMain().

Andres Freund <andres@anarazel.de>

Commit: e12694523e7e4482a052236f12d3d8b58be9a22c
Author: Andres Freund <andres@anarazel.de>
Date: 2021-08-09T15:28:53Z
Releases: 15.0
Fix bogus assertion in BootstrapModeMain().

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

Per coverity and Tom Lane.

Files

PathChange+/−
src/backend/bootstrap/bootstrap.c modified +3 −3