postgresql/src/backend/postmaster
Tom Lane b1d3de6b96 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.
2003-09-12 19:33:59 +00:00
..
Makefile
pgstat.c
postmaster.c Someone (possibly me) foolishly reduced the response for failing 2003-09-12 19:33:59 +00:00