pgsql: Fix bogus assertion in BootstrapModeMain().

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix bogus assertion in BootstrapModeMain().
Date: 2021-08-09 15:34:51
Message-ID: E1mD7Ih-00063l-A9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-08-09 15:46:30 Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o
Previous Message Tom Lane 2021-08-09 15:26:46 pgsql: Avoid determining regexp subexpression matches, when possible.