From 598e86f3b30bfd343dfa5c3b9a310dbd91a96413 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 26 Nov 1997 01:14:33 +0000 Subject: Cleanup up include files. --- src/backend/executor/execTuples.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/backend/executor') diff --git a/src/backend/executor/execTuples.c b/src/backend/executor/execTuples.c index d541f29d9ec..8debd9c5c71 100644 --- a/src/backend/executor/execTuples.c +++ b/src/backend/executor/execTuples.c @@ -14,7 +14,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.11 1997/11/25 21:59:16 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.12 1997/11/26 01:10:54 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -988,7 +988,7 @@ ExecTypeFromTL(List *targetList) resdom->resno, resdom->resname, /* fix for SELECT NULL ... */ - get_id_typname(restype ? restype : UNKNOWNOID), + typeidTypeName(restype ? restype : UNKNOWNOID), 0, false); @@ -1021,7 +1021,7 @@ ExecTypeFromTL(List *targetList) TupleDescInitEntry(typeInfo, fjRes->resno, fjRes->resname, - get_id_typname(restype), + typeidTypeName(restype), 0, false); /* @@ -1044,7 +1044,7 @@ ExecTypeFromTL(List *targetList) TupleDescInitEntry(typeInfo, fjRes->resno, fjRes->resname, - get_id_typname(restype), + typeidTypeName(restype), 0, false); -- cgit v1.2.3