Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e6dcbb

Browse files
committed
Add missing space in _outA_Const() output
Mistake introduced by639a86e.
1 parent7f13ac8 commit4e6dcbb

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)

[8]ページ先頭

©2009-2025 Movatter.jp