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

Commit4037c5e

Browse files
committed
Fix typo
This doesn't affect the correctness of the code, but it was clearlyinconsistent before this change.
1 parente7a5909 commit4037c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/parser/parse_node.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ make_const(ParseState *pstate, A_Const *aconst)
412412
base=8;
413413
startptr+=2;
414414
}
415-
if (startptr[1]=='x'||startptr[1]=='X')
415+
elseif (startptr[1]=='x'||startptr[1]=='X')
416416
{
417417
base=16;
418418
startptr+=2;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp