We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671c4ea commit 23cce4aCopy full SHA for 23cce4a
src/backend/access/common/tupdesc.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.17 1997/08/21 04:03:34 vadim Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.18 1997/08/21 14:33:05 momjian Exp $
11
12
* NOTES
13
* some of the executor utility code such as "ExecTypeFromTL" should be
@@ -179,7 +179,7 @@ TupleDescInitEntry(TupleDesc desc,
179
memset(att->attname.data,0,NAMEDATALEN);
180
181
182
- att->attnvals = 0; /* dummy value */
+ att->attdisbursion = 0; /* dummy value */
183
att->attcacheoff = -1;
184
185
att->attnum = attributeNumber;
0 commit comments