Revert C comment change in slot_attisnull()

Revert 89774b58b0
pull/6/head
Bruce Momjian 12 years ago
parent 051b3341c1
commit c871e8f53b
  1. 2
      src/backend/access/common/heaptuple.c

@ -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…
Cancel
Save