index a96f2ee8c646dcb1fd53b27cb9cc61b465ef75f7..ab4ad1809dbd633969c840178c4a1b949887c226 100644 (file)
@@ -660,7 +660,7 @@ _outA_Const(StringInfo str, const A_Const *node)
WRITE_NODE_TYPE("A_CONST");
if (node->isnull)
- appendStringInfoString(str, "NULL");
+ appendStringInfoString(str, "NULL");
else
{
appendStringInfoString(str, " :val ");