]> granicus.if.org Git - postgresql/commit
Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :
authorVadim B. Mikheev <vadim4o@yahoo.com>
Fri, 11 Jun 1999 09:35:08 +0000 (09:35 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Fri, 11 Jun 1999 09:35:08 +0000 (09:35 +0000)
commitba740a0917eaf6862d80485932f625f4f2c41565
tree89fe8cce92a8f37a4ab9c0e873e98cd7efc58af7
parent3b79cc0c55136d97366250f07230889c033cfd84
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)
...
src/backend/commands/vacuum.c