postgresql/src/interfaces
Marc G. Fournier a0659e3e2c From: Tom Lane <tgl@sss.pgh.pa.us>
Making PQrequestCancel safe to call in a signal handler turned out to be
much easier than I feared.  So here are the diffs.

Some notes:
  * I modified the postmaster's packet "iodone" callback interface to allow
    the callback routine to return a continue-or-drop-connection return
    code; this was necessary to allow the connection to be closed after
    receiving a Cancel, rather than proceeding to launch a new backend...
    Being a neatnik, I also made the iodone proc have a typechecked
    parameter list.
  * I deleted all code I could find that had to do with OOB.
  * I made some edits to ensure that all signals mentioned in the code
    are referred to symbolically not by numbers ("SIGUSR2" not "2").
    I think Bruce may have already done at least some of the same edits;
    I hope that merging these patches is not too painful.
1998-07-09 03:29:11 +00:00
..
ecpg From: "Dr. Michael Meskes" <meskes@online-club.de> 1998-07-07 17:59:32 +00:00
jdbc Added missing file. 1998-06-16 06:57:27 +00:00
libpgtcl large object fix 1998-06-16 06:53:27 +00:00
libpq From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
libpq++ Fix portname defines in Makefiles. 1998-06-15 21:01:54 +00:00
odbc Update to v.0246 1998-06-16 21:29:19 +00:00
perl5 adapted Makefile.PL to be build in source tree 1998-06-01 16:41:27 +00:00
python Change Postgres95 to PostgreSQL. Update CLUSTER manual page. 1998-03-14 21:58:09 +00:00
Makefile Remove fork()/exec() and only do fork(). Small cleanups. 1998-05-29 17:00:34 +00:00