git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 051b334)
Revert C comment change in slot_attisnull()
2014年1月28日 17:28:14 +0000 (12:28 -0500)
2014年1月28日 17:28:14 +0000 (12:28 -0500)
Revert 89774b58b0ea2874765cae10c094bb6aaf707feb


diff --git a/src/backend/access/common/heaptuple.c b/src/backend/access/common/heaptuple.c
index 3d8d2eb9a35fe1768c211565ce1f8b74ed6576b0..aea9d40d14970bb9472d9cbcfe0d1a6ad6551a0c 100644 (file)
--- a/src/backend/access/common/heaptuple.c
+++ b/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;
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /