1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-06 13:46:51 +03:00

Made sure SET DESCRIPTOR accepts all data types including constants.

This commit is contained in:
Michael Meskes
2004-07-04 15:02:24 +00:00
parent a72dd7a9e4
commit 8715789928
9 changed files with 161 additions and 137 deletions

View File

@@ -419,7 +419,7 @@ dump_variables(struct arguments * list, int mode)
/* Then the current element and its indicator */
ECPGdump_a_type(yyout, list->variable->name, list->variable->type,
list->indicator->name, list->indicator->type,
NULL, NULL, 0, NULL, NULL);
NULL, NULL, make_str("0"), NULL, NULL);
/* Then release the list element. */
if (mode != 0)