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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy