File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ shared_preload_libraries = 'pg_pathman'
58
58
extensions that use the same hook functions. For example,
59
59
<filename>pg_pathman</filename> may interfere with the
60
60
<filename>pg_stat_statements</filename> extension as they both
61
- use <literal>ProcessUtility_hook</literal>. If you run into
62
- this issue, try reordering libraries specified in this
63
- parameter:
64
- <literal>shared_preload_libraries = 'pg_pathman, pg_stat_statements'</literal></para>
61
+ use <literal>ProcessUtility_hook</literal>. To avoid such
62
+ issues, <filename>pg_pathman</filename> must always be the
63
+ last in the list of libraries:
64
+ <literal>shared_preload_libraries = 'pg_stat_statements, pg_pathman'</literal>
65
+ </para>
65
66
</important>
66
67
</listitem>
67
68
<listitem>
You can’t perform that action at this time.
0 commit comments