new PageAddItemFlags() - Mailing list pgsql-hackers

From Alvaro Herrera
Subject new PageAddItemFlags()
Date
Msg-id 20160527223410.GA735662@alvherre.pgsql
Whole thread Raw
List pgsql-hackers
In the course of fixing a BRIN bug, I'm adding a new function to
bufpage.c called PageAddItemFlags, which is much like PageAddItem()
except that the "ovewrite" and "is_heap" boolean flags are gone and
replaced by an integer bitmap and some #defines.  If anybody would like
to bikeshed, please do so in that thread.  I intend to back-patch this
to 9.5.

https://www.postgresql.org/message-id/20160527223008.GA735540@alvherre.pgsql

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [sqlsmith] PANIC: failed to add BRIN tuple
Next
From: Alvaro Herrera
Date:
Subject: Re: Parallel pg_dump's error reporting doesn't work worth squat