pgsql: Remove obsolete _bt_compare() comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove obsolete _bt_compare() comment.
Date
Msg-id E1j4CuY-0005Vy-Bp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove obsolete _bt_compare() comment.

btbuild() has nothing to say about how NULL values compare in nbtree.
Besides, there are _bt_compare() header comments that describe how NULL
values are handled.

Branch
------
master

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

Modified Files
--------------
src/backend/access/nbtree/nbtsearch.c | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: pgsql: Logical Tape Set: lazily allocate read buffer.
Next
From: Amit Kapila
Date:
Subject: pgsql: Stop demanding that top xact must be seen before subxact in deco