postgresql/src/backend/port
Andres Freund d06995710b Remove the option to service interrupts during PGSemaphoreLock().
The remaining caller (lwlocks) doesn't need that facility, and we plan
to remove ImmedidateInterruptOK entirely. That means that interrupts
can't be serviced race-free and portably anyway, so there's little
reason for keeping the feature.

Reviewed-By: Heikki Linnakangas
2015-02-03 23:25:00 +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 2015 2015-01-06 11:43:47 -05:00
hpux Redefine Datum as uintptr_t, instead of unsigned long. 2009-12-31 19:41:37 +00:00
tas Update copyright for 2015 2015-01-06 11:43:47 -05:00
win32 Update copyright for 2015 2015-01-06 11:43:47 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Add a basic atomic ops API abstracting away platform/architecture details. 2014-09-25 23:49:05 +02:00
atomics.c Provide a generic fallback for pg_compiler_barrier using an extern function. 2015-01-11 01:15:29 +01:00
posix_sema.c Remove the option to service interrupts during PGSemaphoreLock(). 2015-02-03 23:25:00 +01:00
sysv_sema.c Remove the option to service interrupts during PGSemaphoreLock(). 2015-02-03 23:25:00 +01:00
sysv_shmem.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
unix_latch.c Add barriers to the latch code. 2015-01-13 12:58:43 +01:00
win32_latch.c Add barriers to the latch code. 2015-01-13 12:58:43 +01:00
win32_sema.c Remove the option to service interrupts during PGSemaphoreLock(). 2015-02-03 23:25:00 +01:00
win32_shmem.c Update copyright for 2015 2015-01-06 11:43:47 -05:00