Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe9b928

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 NULLvalues are handled.
1 parentb7e51b3 commitfe9b928

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/access/nbtree/nbtsearch.c

Lines changed: 0 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp