Rework HeapTupleHeader macros to reuse itemptr.h
authorAlvaro Herrera <[email protected]>
Mon, 22 Feb 2021 20:21:22 +0000 (17:21 -0300)
committerAlvaro Herrera <[email protected]>
Thu, 25 Mar 2021 18:47:48 +0000 (15:47 -0300)
commit4669cacbd4b4b1baa1b7f2ea53d461433a1b6276
treed336058cfc2555789d8ab2eb70322f220721f483
parenta24ae3d7b9efb3b113c0d53030aa99de0d41b40a
Rework HeapTupleHeader macros to reuse itemptr.h

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

Reported-by: Michael Paquier <[email protected]>
Discussion: https://postgr.es/m/20210222201557[email protected]
src/include/access/htup_details.h