We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88372b9 commit a4828c2Copy full SHA for a4828c2
ansible/files/admin_api_scripts/pg_upgrade_scripts/complete.sh
@@ -42,7 +42,8 @@ function execute_wrappers_patch {
42
option_rec RECORD;
43
vault_secrets RECORD;
44
BEGIN
45
- IF EXISTS (SELECT FROM pg_extension WHERE extname = 'wrappers' AND extversion NOT IN (
+ IF EXISTS (SELECT FROM pg_extension WHERE extname = 'wrappers')
46
+ AND EXISTS (SELECT FROM pg_available_extension_versions WHERE name = 'wrappers' AND version NOT IN (
47
'0.1.0',
48
'0.1.1',
49
'0.1.4',
0 commit comments