postgresql/src/bin
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
..
cleardbdir DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
createdb DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
createuser DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
destroydb DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
destroyuser DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
initdb DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
initlocation DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
ipcclean DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
pg_dump Surround table and column names with double-quotes 1998-07-08 14:33:19 +00:00
pg_id Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
pg_passwd DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
pg_version DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
pgaccess Upgrade to v0.86 1998-03-29 21:52:54 +00:00
pgtclsh Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
psql From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
Makefile Makefile cleanup./ 1998-04-06 03:23:01 +00:00