summaryrefslogtreecommitdiff
path: root/src/man/notify.l
AgeCommit message (Collapse)Author
1999-08-08Remove old man pages. All info is in new man pages or other docs.Thomas G. Lockhart
1998-10-08I'm too short of time to make these man pages look like theTom Lane
newly-updated SGML reference pages, so I just inserted a comment that they are obsolete. If you want to transcribe the newer info into these pages, be my guest.
1998-07-09From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier
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-06-24cleanupBruce Momjian
1998-01-11Manual page dash cleanup.Bruce Momjian
1996-12-11Rename postgres95 to PostgreSQL. Add comment for SELECT NULLBruce Momjian
1996-11-14moved man pages here, as requested by BryanMarc G. Fournier