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

Commit f25c6d3

Browse files
author
Alexander Lakhin
committed
Merge branch 'master' into 'master'
Define initial PRELOAD_LIBRARIES for STD 14 See merge request automation/pg-tests!1362
2 parents 7de9b9f + 03ac9b0 commit f25c6d3

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)