Re: Failure while inserting parent tuple to B-tree is not fun - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Failure while inserting parent tuple to B-tree is not fun
Date
Msg-id CAM3SWZTo53wN5up1kv7Sa=DQC2yCBz1=8+x4LGkArte_EGgrdA@mail.gmail.com
Whole thread Raw
In response to Re: Failure while inserting parent tuple to B-tree is not fun  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
On Tue, Oct 22, 2013 at 10:30 AM, Heikki Linnakangas
<hlinnakangas@vmware.com> wrote:
> I may be missing something, but there are already plenty of b-tree specific
> flags. See BTP_* in nbtree.h. I'll just add another to that list.

Based on your remarks, I thought that you were intent on directly
using page level bits (pd_flags), rather than the private state flag
bits. Blame it on the lack of coffee, I suppose.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Failure while inserting parent tuple to B-tree is not fun
Next
From: Stephen Frost
Date:
Subject: Re: Reasons not to like asprintf