pgsql: Remove obsolete _bt_compare() comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete _bt_compare() comment.
Date: 2020-02-19 00:08:18
Message-ID: E1j4CuY-0005Vy-Bp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-02-19 03:41:03 pgsql: Stop demanding that top xact must be seen before subxact in deco
Previous Message Jeff Davis 2020-02-18 21:25:52 Re: pgsql: Logical Tape Set: lazily allocate read buffer.