Unneccessary cmax in heap tuple ?

From: devik(at)cdi(dot)cz
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Unneccessary cmax in heap tuple ?
Date: 2000-10-25 08:28:36
Message-ID: 39F699B4.44FD7897@cdi.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,
Why is there cmax in tuple ? cxxx is used to determine
if tuple was inserted/deleted by current command or
past command. Because one command can't both insert
and delete the same tuple, only something like "cupd"
might be needed and flag which tells you whether cupd
is time of insert or delete. This saves 4byte from
header ..

devik

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gilles DAROLD 2000-10-25 08:30:42 Re: Re: PL/Perl compilation error
Previous Message devik 2000-10-25 08:12:55 Re: Two-phase commit