postgresql/src
Tom Lane 7309f3340c Fix assorted core dumps and Assert failures that could occur during
AbortTransaction or AbortSubTransaction, when trying to clean up after an
error that prevented (sub)transaction start from completing:
* access to TopTransactionResourceOwner that might not exist
* assert failure in AtEOXact_GUC, if AtStart_GUC not called yet
* assert failure or core dump in AfterTriggerEndSubXact, if
  AfterTriggerBeginSubXact not called yet

Per testing by injecting elog(ERROR) at successive steps in StartTransaction
and StartSubTransaction.  It's not clear whether all of these cases could
really occur in the field, but at least one of them is easily exposed by
simple stress testing, as per my accidental discovery yesterday.
2010-01-24 21:49:39 +00:00
..
backend Fix assorted core dumps and Assert failures that could occur during 2010-01-24 21:49:39 +00:00
bin Translation updates 2009-12-08 22:15:48 +00:00
include tag 8.3.9 2009-12-10 03:02:07 +00:00
interfaces Set errno to zero before invoking SSL_read or SSL_write. It appears that 2009-12-30 03:46:01 +00:00
makefiles
pl Previous fix for temporary file management broke returning a set from 2009-12-29 17:41:18 +00:00
port tag 8.3.9 2009-12-10 03:02:07 +00:00
template
test Add inheritable ACE when creating a restricted token for execution on 2009-11-14 15:39:41 +00:00
timezone Update time zone data files to tzdata release 2009s: DST law changes in 2009-12-09 00:36:08 +00:00
tools Enable the use of multiple CPUs/cores when building on MSVC. This only 2009-08-10 11:48:50 +00:00
tutorial
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak