Content-Length: 255908 | pFad | http://github.com/postgrespro/postgres/commit/4037c5e2fe9e2c7b083606435d29cdb25092f70f

B0 Fix typo · postgrespro/postgres@4037c5e · GitHub
Skip to content

Commit 4037c5e

Browse files
committed
Fix typo
This doesn't affect the correctness of the code, but it was clearly inconsistent before this change.
1 parent e7a5909 commit 4037c5e

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+
else if (startptr[1] == 'x' || startptr[1] == 'X')
416416
{
417417
base = 16;
418418
startptr += 2;

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/4037c5e2fe9e2c7b083606435d29cdb25092f70f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy