1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00

Fix for constbyval .

This commit is contained in:
Bruce Momjian
1998-10-01 22:45:32 +00:00
parent 2074b5f1ad
commit 33572dd7ed
3 changed files with 7 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/parse_node.c,v 1.22 1998/09/25 13:36:05 thomas Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/parse_node.c,v 1.23 1998/10/01 22:45:32 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -79,7 +79,6 @@ make_operand(char *opname,
result = coerce_type(NULL, tree, orig_typeId, true_typeId);
}
}
/* otherwise, this is a NULL value */
else
{