mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
parent
051b3341c1
commit
c871e8f53b
@ -1342,7 +1342,7 @@ slot_attisnull(TupleTableSlot *slot, int attnum)
|
||||
return slot->tts_isnull[attnum - 1];
|
||||
|
||||
/*
|
||||
* assume NULL if attnum is out of range according to the tupdesc
|
||||
* return NULL if attnum is out of range according to the tupdesc
|
||||
*/
|
||||
if (attnum > tupleDesc->natts)
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user