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

Commit860c578

Browse files
committed
fixes for PG 9.5 in pathman_post_parse_analysis_hook()
1 parentd3e490a commit860c578

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/hooks.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,11 @@ pathman_post_parse_analysis_hook(ParseState *pstate, Query *query)
539539
{
540540
char*spl_value;/* value of "shared_preload_libraries" GUC */
541541

542+
#ifPG_VERSION_NUM >=90600
542543
spl_value=GetConfigOptionByName("shared_preload_libraries",NULL, false);
544+
#else
545+
spl_value=GetConfigOptionByName("shared_preload_libraries",NULL);
546+
#endif
543547

544548
ereport(ERROR,
545549
(errmsg("extension conflict has been detected"),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp