Skip to content

Commit c2f79b8

Browse files
committed
Merge branch 'PGPROEE9_6' into PGPROEE9_6_ATX_FIX
2 parents d220eb9 + 632afb7 commit c2f79b8

File tree

5 files changed

+528
-3
lines changed

5 files changed

+528
-3
lines changed

contrib/pg_hint_plan/pg_hint_plan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PG_MODULE_MAGIC;
9090
errdetail detail))
9191

9292
#define skip_space(str) \
93-
while (isspace(*str)) \
93+
while (isspace(*str) && (*str &0x80)== 0) \
9494
str++;
9595

9696
enum

0 commit comments

Comments
 (0)