Re: HOT latest patch - version 8 - Mailing list pgsql-patches

From Pavan Deolasee
Subject Re: HOT latest patch - version 8
Date
Msg-id 2e78013d0707230519n41e4ff83q7e3b1031d9d67b84@mail.gmail.com
Whole thread Raw
In response to Re: HOT latest patch - version 8  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-patches


On 7/15/07, Heikki Linnakangas <heikki@enterprisedb.com> wrote:

 Actually
storing InvalidOffsetNumber in lp_off is a bit bogus in the first place
since lp_off is unsigned, and InvalidOffsetNumber is -1, so I fixed that
as well.



I see InvalidOffsetNumber as 0 in off.h:26

#define InvalidOffsetNumber     ((OffsetNumber) 0)

So I think we should be OK to use that to indicate redirect-dead
pointers.

Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: COPYable logs
Next
From: Dave Page
Date:
Subject: Re: COPYable logs