Content-Length: 254974 | pFad | http://github.com/postgrespro/postgres/commit/6bd7e30465ea2eac5c786f7003480e685712df76

D0 Remove spurious semicolons. · postgrespro/postgres@6bd7e30 · GitHub
Skip to content

Commit 6bd7e30

Browse files
committed
Remove spurious semicolons.
Petr Jelinek
1 parent bf22a8e commit 6bd7e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/oracle_compat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ chr (PG_FUNCTION_ARGS)
952952
if (bytes == 2)
953953
{
954954
wch[0] = 0xC0 | ((cvalue >> 6) & 0x1F);
955-
wch[1] = 0x80 | (cvalue & 0x3F);;
955+
wch[1] = 0x80 | (cvalue & 0x3F);
956956
}
957957
else if (bytes == 3)
958958
{

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/6bd7e30465ea2eac5c786f7003480e685712df76

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy