aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/funcs.c
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1999-06-11 09:35:08 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1999-06-11 09:35:08 +0000
commitba740a0917eaf6862d80485932f625f4f2c41565 (patch)
tree89fe8cce92a8f37a4ab9c0e873e98cd7efc58af7 /src/tutorial/funcs.c
parent3b79cc0c55136d97366250f07230889c033cfd84 (diff)
downloadpostgresql-ba740a0917eaf6862d80485932f625f4f2c41565.tar.gz
postgresql-ba740a0917eaf6862d80485932f625f4f2c41565.zip
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) ...
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions