postgresql/src/backend
Vadim B. Mikheev ba740a0917 Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :
/*
 * Read above about cases when !ItemIdIsUsed(Citemid)
 * (child item is removed)... Due to the fact that
 * at the moment we don't remove unuseful part of
 * update-chain, it's possible to get too old
 * parent row here. Like as in the case which
 * caused this problem, we stop shrinking here.
 * I could try to find real parent row but want
 * not to do it because of real solution will
 * be implemented anyway, latter, and we are too
 * close to 6.5 release.        - vadim 06/11/99
 */
if (Ptp.t_data->t_xmax != tp.t_data->t_xmin)
...
1999-06-11 09:35:08 +00:00
..
access 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!") 1999-06-10 14:17:12 +00:00
bootstrap pgindent run over code. 1999-05-25 16:15:34 +00:00
catalog Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
commands Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to : 1999-06-11 09:35:08 +00:00
executor Reset evaluation plan tuple table next free slot counter to 0 1999-06-09 12:23:42 +00:00
lib Ooops ... dllist.c can't use Assert() when it is compiled into 1999-06-03 01:28:24 +00:00
libpq Add configurable option controlling security checks in LO functions. 1999-06-04 21:13:38 +00:00
main Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nodes equal() needs a case for Aggref nodes, as shown by: 1999-06-06 17:46:40 +00:00
optimizer Fix errors in SELECT ... GROUP BY ... UNION SELECT ... 1999-06-10 06:55:40 +00:00
parser Repair recently-introduced error in makeIndexable for LIKE: 1999-06-07 14:28:26 +00:00
port pgindent run over code. 1999-05-25 16:15:34 +00:00
postmaster Add startup-time check that -B is not unreasonably small for 1999-06-04 21:14:46 +00:00
regex pgindent run over code. 1999-05-25 16:15:34 +00:00
rewrite Make functions static or NOT_USED as appropriate. 1999-05-26 12:57:23 +00:00
storage Removed bad Assert(!buf->ri_lock) when unlocking exclusively 1999-06-11 09:00:02 +00:00
tcop 1. Run all pg_dump queries in single serializable transaction. 1999-05-29 10:25:33 +00:00
tioga Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
utils Repair recently-introduced error in makeIndexable for LIKE: 1999-06-07 14:28:26 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00