From 1cd4c141167131f0739a654c6f703fc1a5154f0f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 15 Jan 2000 02:59:43 +0000 Subject: Fixed all elog related warnings, as well as a few others. --- src/backend/parser/parse_node.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/parser/parse_node.c') diff --git a/src/backend/parser/parse_node.c b/src/backend/parser/parse_node.c index c660df38261..544a4462dd1 100644 --- a/src/backend/parser/parse_node.c +++ b/src/backend/parser/parse_node.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/parser/parse_node.c,v 1.34 1999/12/24 06:43:33 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/parser/parse_node.c,v 1.35 2000/01/15 02:59:32 petere Exp $ * *------------------------------------------------------------------------- */ @@ -261,7 +261,7 @@ transformArraySubscripts(ParseState *pstate, typeelement = type_struct_array->typelem; if (typeelement == InvalidOid) elog(ERROR, "transformArraySubscripts: type %s is not an array", - type_struct_array->typname); + NameStr(type_struct_array->typname)); /* Get the type tuple for the array element type */ type_tuple = SearchSysCacheTuple(TYPEOID, -- cgit v1.2.3