Commit 569a1431 authored by Bruce Momjian's avatar Bruce Momjian

Cleanup

parent 0460f050
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.63 2000/05/22 02:34:20 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.64 2000/05/22 02:41:39 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
...@@ -431,7 +431,7 @@ TupleDescInitEntry(TupleDesc desc, ...@@ -431,7 +431,7 @@ TupleDescInitEntry(TupleDesc desc,
*/ */
if (attisset) if (attisset)
{ {
Type t = oidtypeidType(OIDOID); Type t = typeidType(OIDOID);
att->attlen = typeLen(t); att->attlen = typeLen(t);
att->attbyval = typeByVal(t); att->attbyval = typeByVal(t);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment