pgsql: Rework HeapTupleHeader macros to reuse itemptr.h - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Rework HeapTupleHeader macros to reuse itemptr.h
Date
Msg-id E1lPV4k-0000xA-Bi@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rework HeapTupleHeader macros to reuse itemptr.h

The original definitions pointlessly disregarded existing ItemPointer
macros that do the same thing.

Reported-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/20210222201557.GA32655@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4669cacbd4b4b1baa1b7f2ea53d461433a1b6276

Modified Files
--------------
src/include/access/htup_details.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Let ALTER TABLE Phase 2 routines manage the relation pointer