pgsql: Improve comments around startup_hacks() code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve comments around startup_hacks() code.
Date
Msg-id E1PTMm3-00055f-8r@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove optreset from src/port/ implementations of getopt and get
Next
From: Robert Haas
Date:
Subject: pgsql: Waiting for complete startup is now a well-defined operation.