Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4e6dcbb

Browse files
committed
Add missing space in _outA_Const() output
Mistake introduced by 639a86e.
1 parent 7f13ac8 commit 4e6dcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/nodes/outfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ _outA_Const(StringInfo str, const A_Const *node)
660660
WRITE_NODE_TYPE("A_CONST");
661661

662662
if (node->isnull)
663-
appendStringInfoString(str, "NULL");
663+
appendStringInfoString(str, " NULL");
664664
else
665665
{
666666
appendStringInfoString(str, " :val ");

0 commit comments

Comments
 (0)