pgsql: Cosmetic cleanups in initdb.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Cosmetic cleanups in initdb.c.
Дата
Msg-id E1foBvn-0006lp-L0@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve TRUNCATE by avoiding early lock queue
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Handle parallel index builds on mapped relations.