pgsql: Improve comments around startup_hacks() code.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve comments around startup_hacks() code.
Дата
Msg-id E1PTMm3-00055f-8r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve comments around startup_hacks() code.

These comments were not updated when we added the EXEC_BACKEND
mechanism for Windows, even though it rendered them inaccurate.

Also unify two unnecessarily-separate #ifdef __alpha code blocks.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=14ed7735f5bb5275da13891c4bb106c198d00b53

Modified Files
--------------
src/backend/main/main.c |   45 ++++++++++++++++++++++++---------------------
1 files changed, 24 insertions(+), 21 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove optreset from src/port/ implementations of getopt and get
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Waiting for complete startup is now a well-defined operation.