postgresql/src/include/libpq
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
..
auth.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
be-fsstubs.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
crypt.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
hba.h Report pg_hba line number and contents when users fail to log in 2013-03-10 15:54:37 +01:00
ip.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
libpq-be.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
libpq-fs.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
libpq.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
md5.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pqcomm.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pqformat.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pqsignal.h Move pqsignal() to libpgport. 2013-03-17 12:06:42 -04:00