pgsql: nbtree: Rename BT_HEAP_TID_ATTR. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: nbtree: Rename BT_HEAP_TID_ATTR.
Date
Msg-id E1iq1dJ-0003XN-C6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
nbtree: Rename BT_HEAP_TID_ATTR.

Author: Peter Geoghegan
Reviewed-By: Heikki Linnakangas

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1a4a0329650b0545a54afb3c317aa289fd817f8a

Modified Files
--------------
src/include/access/nbtree.h | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.
Next
From: Noah Misch
Date:
Subject: pgsql: Maintain valid md.c state when FileClose() fails.