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

Commit89774b5

Browse files
committed
Adjust C comment in slot_attisnull() regarding nulls.
1 parenta16c2ed commit89774b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/access/common/heaptuple.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ slot_attisnull(TupleTableSlot *slot, int attnum)
13421342
returnslot->tts_isnull[attnum-1];
13431343

13441344
/*
1345-
*return NULL if attnum is out of range according to the tupdesc
1345+
*assume NULL if attnum is out of range according to the tupdesc
13461346
*/
13471347
if (attnum>tupleDesc->natts)
13481348
return true;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp