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

Commit eeb1671

Browse files
committed
Add missing space in _outA_Const() output
Mistake introduced by 639a86e.
1 parent 272248a commit eeb1671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/nodes/outfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3685,7 +3685,7 @@ _outA_Const(StringInfo str, const A_Const *node)
36853685
WRITE_NODE_TYPE("A_CONST");
36863686

36873687
if (node->isnull)
3688-
appendStringInfoString(str, "NULL");
3688+
appendStringInfoString(str, " NULL");
36893689
else
36903690
{
36913691
appendStringInfoString(str, " :val ");

0 commit comments

Comments
 (0)