Fix docker compose with PG17 (#10165)

## Problem
It's impossible to run docker compose with compute v17 due to `pg_anon`
extension which is not supported under PG17.
## Summary of changes
The auto-loading of `pg_anon` is disabled by default
This commit is contained in:
a-masterov
2024-12-17 09:16:54 +01:00
committed by GitHub
parent aa7ab9b3ac
commit e226d7a3d1
2 changed files with 6 additions and 11 deletions

View File

@@ -132,11 +132,6 @@
"name": "cron.database",
"value": "postgres",
"vartype": "string"
},
{
"name": "session_preload_libraries",
"value": "anon",
"vartype": "string"
}
]
},