Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 03ac9b0

Browse files
author
Alexander Lakhin
committed
Define initial PRELOAD_LIBRARIES for STD 14
1 parent 728aaf1 commit 03ac9b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

helpers/pginstall.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
['auth_delay', 'auto_explain', 'pg_stat_statements', 'plantuner'],
108108
'1c-14':
109109
['auth_delay', 'auto_explain', 'plantuner'],
110+
'std-14':
111+
# PGPRO-5291 pg_pathman
112+
# PGPRO-5278 pg_query_state
113+
['auth_delay', 'auto_explain',
114+
'plantuner', 'shared_ispell', 'ptrack'],
110115
}
111116

112117

0 commit comments

Comments
 (0)