postgresql/src
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
..
backend From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
bin From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
data Remove duplicates 1998-03-16 05:52:23 +00:00
include From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
interfaces From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
lextest Hi, 1998-04-06 00:32:26 +00:00
makefiles Patches HPUX applied for Tom Lane. 1998-07-06 20:28:09 +00:00
man From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
pl/tcl Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
template new linux_ppc port. 1998-06-22 02:04:29 +00:00
test Include tests for new 8-byte integer. 1998-07-08 14:31:02 +00:00
tools Patches HPUX applied for Tom Lane. 1998-07-06 20:28:09 +00:00
tutorial Fix spelling of "including 1998-03-20 04:12:25 +00:00
utils From: Jeroen van Vianen <jeroenv@design.nl> 1998-04-29 12:41:29 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure autocoinf 1998-06-18 16:38:59 +00:00
configure.in port name cleanup 1998-06-18 16:32:51 +00:00
DEVELOPERS Move FAQ_DEV to docs directory, where it belongs. 1998-05-22 04:20:53 +00:00
GNUmakefile.in distclean cleanup 1998-04-06 17:02:13 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Hi, here are the patches to enhance existing MB handling. This time 1998-06-16 07:29:54 +00:00
win32.mak Hello! 1998-07-03 04:24:16 +00:00