postgresql/src/backend/port
Peter Eisentraut cb29ff8315 Fix incorrect use of bool
NSUnLinkModule() doesn't take a bool as second argument but one of set
of specific constants.  The numeric values are the same in this case,
but clean it up while we're cleaning up bool use elsewhere.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2017-11-04 12:00:58 -04:00
..
aix Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
dynloader Fix incorrect use of bool 2017-11-04 12:00:58 -04:00
hpux Redefine Datum as uintptr_t, instead of unsigned long. 2009-12-31 19:41:37 +00:00
tas Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
win32 Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
.gitignore Combine win32 and unix latch implementations. 2016-03-21 11:03:26 +01:00
Makefile Remove obsolete replacement system() on darwin 2016-08-18 12:00:00 -04:00
atomics.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
posix_sema.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sysv_sema.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
sysv_shmem.c Change pg_ctl to detect server-ready by watching status in postmaster.pid. 2017-06-28 17:31:32 -04:00
win32_sema.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
win32_shmem.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00