pgsql: nbtree: Rename BT_HEAP_TID_ATTR.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: nbtree: Rename BT_HEAP_TID_ATTR.
Date: 2020-01-10 21:15:53
Message-ID: E1iq1dJ-0003XN-C6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2020-01-11 02:34:27 pgsql: Maintain valid md.c state when FileClose() fails.
Previous Message Peter Geoghegan 2020-01-10 21:13:42 pgsql: nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.