Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f2b560

Browse files
[PGPRO-8706] Backport pg_tsparser fix
Tags: icu, pg_tsparser
1 parent381bc16 commit7f2b560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tsparser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ TParserInit(char *str, int len)
312312
pg_locale_tmylocale=0;/* TODO */
313313

314314
prs->usewide= true;
315-
#ifPG_VERSION_NUM >=160000
315+
#ifPG_VERSION_NUM >=150000|| (defined(PGPRO_STD)&&PG_VERSION_NUM >=120000)
316316
if (database_ctype_is_c)
317317
#else
318318
if (lc_ctype_is_c(DEFAULT_COLLATION_OID))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp