postgresql/src/backend/port
Tom Lane da5aeccf64 Move pqsignal() to libpgport.
We had two copies of this function in the backend and libpq, which was
already pretty bogus, but it turns out that we need it in some other
programs that don't use libpq (such as pg_test_fsync).  So put it where
it probably should have been all along.  The signal-mask-initialization
support in src/backend/libpq/pqsignal.c stays where it is, though, since
we only need that in the backend.
2013-03-17 12:06:42 -04:00
..
aix Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
darwin Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
dynloader Update copyrights for 2013 2013-01-01 17:15:01 -05:00
hpux Redefine Datum as uintptr_t, instead of unsigned long. 2009-12-31 19:41:37 +00:00
tas Update copyrights for 2013 2013-01-01 17:15:01 -05:00
win32 Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Unbreak Windows builds broken by pgpipe removal. 2012-03-29 04:11:57 -04:00
ipc_test.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
posix_sema.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
sysv_sema.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
sysv_shmem.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
unix_latch.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
win32_latch.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
win32_sema.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
win32_shmem.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00