postgresql/src/backend
Tom Lane 8a40400d40 elog() was set up to call abort() if it saw an ERROR or FATAL exit
during InitProcessingMode and the CurrentTransactionState was neither
TRANS_DEFAULT nor TRANS_DISABLED.  Unfortunately, after someone's recent
change to start the transaction manager earlier in startup than it used
to be started, that caused an abort() and consequent database system
reset on quite harmless errors (such as rejecting an invalid user name!).
As far as I can see, the test on CurrentTransactionState was completely
useless anyway, so I've removed it.
1999-12-30 23:03:40 +00:00
..
access Repair bugs discussed in pghackers thread of 15 May 1999: creation of a 1999-12-30 05:05:13 +00:00
bootstrap Required catalog changes for extended LONG attribute storage. 1999-12-20 10:40:43 +00:00
catalog Repair bugs discussed in pghackers thread of 15 May 1999: creation of a 1999-12-30 05:05:13 +00:00
commands Repair bugs discussed in pghackers thread of 15 May 1999: creation of a 1999-12-30 05:05:13 +00:00
executor Improve subquery error message, now says "More than one tuple returned 1999-12-29 22:57:17 +00:00
lib New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
libpq New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
main New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
nodes Clean up handling of explicit NULL constants. Cases like 1999-12-24 06:43:34 +00:00
optimizer fix_parsetree_attnums was not nearly smart enough about walking parse 1999-12-14 03:35:28 +00:00
parser Clean up handling of explicit NULL constants. Cases like 1999-12-24 06:43:34 +00:00
port Remove unused files. 1999-12-17 18:07:17 +00:00
postmaster I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00
regex New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
rewrite Some changes to prepare for LONG attributes. 1999-12-16 22:20:03 +00:00
storage Repair bugs discussed in pghackers thread of 15 May 1999: creation of a 1999-12-30 05:05:13 +00:00
tcop to live in a transaction before access to db 1999-12-22 00:07:16 +00:00
tioga New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
utils elog() was set up to call abort() if it saw an ERROR or FATAL exit 1999-12-30 23:03:40 +00:00
Makefile I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00