postgresql/src/backend/postmaster
Magnus Hagander 87091cb1f1 Create typedef pgsocket for storing socket descriptors.
This silences some warnings on Win64. Not using the proper SOCKET datatype
was actually wrong on Win32 as well, but didn't cause any warnings there.

Also create define PGINVALID_SOCKET to indicate an invalid/non-existing
socket, instead of using a hardcoded -1 value.
2010-01-10 14:16:08 +00:00
..
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
autovacuum.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
bgwriter.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
fork_process.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pgarch.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pgstat.c Create typedef pgsocket for storing socket descriptors. 2010-01-10 14:16:08 +00:00
postmaster.c Create typedef pgsocket for storing socket descriptors. 2010-01-10 14:16:08 +00:00
syslogger.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
walwriter.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00