postgresql/src/backend/access/transam
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
are treated more like 'cancel' interrupts: the signal handler sets a
flag that is examined at well-defined spots, rather than trying to cope
with an interrupt that might happen anywhere.  See pghackers discussion
of 1/12/01.
2001-01-14 05:08:17 +00:00
..
Makefile WAL 2000-10-13 12:05:22 +00:00
rmgr.c No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
transam.c No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
transsup.c No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
varsup.c No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
xact.c Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 2001-01-14 05:08:17 +00:00
xid.c Latest round of fmgr updates. All functions with bool,char, or int2 2000-06-05 07:29:25 +00:00
xlog.c Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 2001-01-14 05:08:17 +00:00
xlogutils.c Clean up non-reentrant interface for hash_seq/HashTableWalk, so that 2001-01-02 04:33:24 +00:00