Re: [PATCHES] fixing bug in combocid.c

2008-09-01 Thread Heikki Linnakangas
Karl Schnaitter wrote: This patch is for a bug in backend/utils/time/combocid.c. In HeapTupleHeaderAdjustCmax, the code makes the incorrect assumption that the raw command id corresponds to cmin, when the raw command id can in fact be a combo cid. It needs to be fixed to call

[PATCHES] fixing bug in combocid.c

2008-08-29 Thread Karl Schnaitter
This patch is for a bug in backend/utils/time/combocid.c. In HeapTupleHeaderAdjustCmax, the code makes the incorrect assumption that the raw command id corresponds to cmin, when the raw command id can in fact be a combo cid. It needs to be fixed to call HeapTupleHeaderGetCmin to get cmin.