Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fe9b928

Browse files
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.
1 parent b7e51b3 commit fe9b928

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/access/nbtree/nbtsearch.c

-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ _bt_compare(Relation rel,
601601

602602
datum = index_getattr(itup, scankey->sk_attno, itupdesc, &isNull);
603603

604-
/* see comments about NULLs handling in btbuild */
605604
if (scankey->sk_flags & SK_ISNULL) /* key is NULL */
606605
{
607606
if (isNull)

0 commit comments

Comments
 (0)