pgsql: Cosmetic cleanups in initdb.c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Cosmetic cleanups in initdb.c.
Date
Msg-id E1foBvn-0006lp-L0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Cosmetic cleanups in initdb.c.

Commit bcbd94080 didn't bother to fix up a comment it had falsified.

Also, const-ify choose_dsm_implementation(), since what it's returning
is always a constant string; pickier compilers would warn about this.

Branch
------
master

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

Modified Files
--------------
src/bin/initdb/initdb.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Improve TRUNCATE by avoiding early lock queue
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Handle parallel index builds on mapped relations.