pgsql: nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.
Date: 2020-01-10 21:13:42
Message-ID: E1iq1bC-0003Tw-Ho@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.

Author: Peter Geoghegan
Reviewed-By: Heikki Linnakangas

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a0dc3c19ed1cffed6616f8b8b5f21ad7d6830045

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-01-10 21:15:53 pgsql: nbtree: Rename BT_HEAP_TID_ATTR.
Previous Message Alvaro Herrera 2020-01-10 20:55:02 pgsql: Clean up representation of flags in struct ReorderBufferTXN