git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7a5909)
Fix typo
Fri, 6 Jan 2023 13:25:19 +0000 (14:25 +0100)
Fri, 6 Jan 2023 13:25:19 +0000 (14:25 +0100)
This doesn't affect the correctness of the code, but it was clearly
inconsistent before this change.


diff --git a/src/backend/parser/parse_node.c b/src/backend/parser/parse_node.c
index 3032a0ec24343d40f8b98597f3fa5fc12269634c..f1967a33bc0be0783afe12dfaaf4a371c6a34797 100644 (file)
--- a/src/backend/parser/parse_node.c
+++ b/src/backend/parser/parse_node.c
@@ -412,7 +412,7 @@ make_const(ParseState *pstate, A_Const *aconst)
base = 8;
startptr += 2;
}
- if (startptr[1] == 'x' || startptr[1] == 'X')
+ else if (startptr[1] == 'x' || startptr[1] == 'X')
{
base = 16;
startptr += 2;
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /