Do not load vectors.so by default

This commit is contained in:
Daniel Berteaud 2024-04-25 09:53:56 +02:00
parent c8bb48b3ef
commit 01bf9076c6
2 changed files with 2 additions and 3 deletions

View File

@ -54,7 +54,7 @@ job "postgres-upgrade" {
PG_FROM = ""
PG_TO = ""
PG_INITDB_OPTS = "--data-checksum --encoding UTF-8 "
PG_UPGRADE_OPTS = "--new-options=-c --new-options=shared_preload_libraries=vectors.so --clone "
PG_UPGRADE_OPTS = "--clone "
DO_PG_UPGRADE = "false"
}

View File

@ -381,8 +381,7 @@ pg:
# Options to pass to pg_upgrade
options:
- new-options=-c
- new-options=shared_preload_libraries=vectors.so
# Will only work if using XFS, ZFS or btrfs. Else, replace with link
- clone
# Major postgres versions, eg