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'
5858 extensions that use the same hook functions. For example,
5959 <filename>pg_pathman</filename> may interfere with the
6060 <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>
6566 </important>
6667 </listitem>
6768 <listitem>
You can’t perform that action at this time.
0 commit comments