Обсуждение: pgsql: Rework HeapTupleHeader macros to reuse itemptr.h

Поиск
Список
Период
Сортировка

pgsql: Rework HeapTupleHeader macros to reuse itemptr.h

От
Alvaro Herrera
Дата:
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(-)