未验证 提交 bd38461c 编写于 作者: P Paul Guo 提交者: GitHub

The showtype argument of get_const_expr() is no longer bool. (#6304)

PG patch 59358907 changed that but somehow this code line change is lost in gpdb during
merge.

Reviewed-by: Heikki Linnakangas
上级 586249a1
......@@ -8218,7 +8218,7 @@ get_coercion_expr(Node *arg, deparse_context *context,
((Const *) arg)->consttypmod == -1)
{
/* Show the constant without normal ::typename decoration */
get_const_expr((Const *) arg, context, false);
get_const_expr((Const *) arg, context, -1);
}
else
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册