pgsql: Improve comments around startup_hacks() code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve comments around startup_hacks() code.
Date: 2010-12-16 22:58:11
Message-ID: E1PTMm3-00055f-8r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-12-17 01:58:03 pgsql: Waiting for complete startup is now a well-defined operation.
Previous Message Tom Lane 2010-12-16 21:23:25 pgsql: Remove optreset from src/port/ implementations of getopt and get