pgsql: Rework HeapTupleHeader macros to reuse itemptr.h

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rework HeapTupleHeader macros to reuse itemptr.h
Date: 2021-03-25 18:51:22
Message-ID: E1lPV4k-0000xA-Bi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)paquier(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-03-25 18:57:28 pgsql: Let ALTER TABLE Phase 2 routines manage the relation pointer
Previous Message Robert Haas 2021-03-25 18:15:19 Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode