postgresql/src/backend/port
Andres Freund 72e2d21c12 Combine win32 and unix latch implementations.
Previously latches for windows and unix had been implemented in
different files. A later patch introduce an expanded wait
infrastructure, keeping the implementation separate would introduce too
much duplication.

This basically just moves the functions, without too much change. The
reason to keep this separate is that it allows blame to continue working
a little less badly; and to make review a tiny bit easier.

Discussion: 20160114143931.GG10941@awork2.anarazel.de
2016-03-21 11:03:26 +01:00
..
aix Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
darwin pgindent run for 9.4 2014-05-06 12:12:18 -04:00
dynloader Update copyright for 2016 2016-01-02 13:33:40 -05:00
hpux Redefine Datum as uintptr_t, instead of unsigned long. 2009-12-31 19:41:37 +00:00
tas Update copyright for 2016 2016-01-02 13:33:40 -05:00
win32 Windows: Make pg_ctl reliably detect service status 2016-01-07 11:59:08 -03:00
.gitignore Combine win32 and unix latch implementations. 2016-03-21 11:03:26 +01:00
Makefile Combine win32 and unix latch implementations. 2016-03-21 11:03:26 +01:00
atomics.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
posix_sema.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
sysv_sema.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
sysv_shmem.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
win32_sema.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
win32_shmem.c Update copyright for 2016 2016-01-02 13:33:40 -05:00