new PageAddItemFlags()

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: new PageAddItemFlags()
Date: 2016-05-27 22:34:10
Message-ID: 20160527223410.GA735662@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2016-05-27 22:59:18 Re: Parallel pg_dump's error reporting doesn't work worth squat
Previous Message Alvaro Herrera 2016-05-27 22:30:08 Re: [sqlsmith] PANIC: failed to add BRIN tuple