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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy