pgsql-server/src/backend/postmaster postmaster.c
pgsql-server/src/backend/postmaster postmaster.c
От:
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT: /cvsroot Module name: pgsql-server Changes by: tgl@svr1.postgresql.org 03/09/12 16:33:59 Modified files: src/backend/postmaster: postmaster.c Log message: 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.