]> granicus.if.org Git - postgresql/commit
Someone (possibly me) foolishly reduced the response for failing
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Sep 2003 19:33:59 +0000 (19:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Sep 2003 19:33:59 +0000 (19:33 +0000)
commitb1d3de6b96a59676c6e03f577d6c8ad88302153e
treee39e8b2a2e87e5319fbb89d73ef21345069936ea
parent9fc3b9330edd29a504004c72795e9e82002728dc
Someone (possibly me) foolishly reduced the response for failing
to create a TCP/IP socket from FATAL to LOG.  This was unwise;
historically we have expected socket conflicts to abort postmaster
startup.  Conflicts on port numbers with another postmaster can only
be detected reliably at the TCP socket level.
src/backend/postmaster/postmaster.c