提交 23cce4ad 编写于 作者: B Bruce Momjian

Name change cleanup.

上级 671c4ea6
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $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 $
* *
* NOTES * NOTES
* some of the executor utility code such as "ExecTypeFromTL" should be * some of the executor utility code such as "ExecTypeFromTL" should be
...@@ -179,7 +179,7 @@ TupleDescInitEntry(TupleDesc desc, ...@@ -179,7 +179,7 @@ TupleDescInitEntry(TupleDesc desc,
memset(att->attname.data,0,NAMEDATALEN); memset(att->attname.data,0,NAMEDATALEN);
att->attnvals = 0; /* dummy value */ att->attdisbursion = 0; /* dummy value */
att->attcacheoff = -1; att->attcacheoff = -1;
att->attnum = attributeNumber; att->attnum = attributeNumber;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册