Skip to content

Commit 30d2860

Browse files
committed
tmp
1 parent ff33bb2 commit 30d2860

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ postgres_major:
88

99
# Full version strings for each major version
1010
postgres_release:
11-
postgresorioledb-17: "17.0.1.021-orioledb-vault-4"
12-
postgres15: "15.8.1.031-vault-4"
11+
postgresorioledb-17: "17.0.1.021-orioledb-vault-5"
12+
postgres15: "15.8.1.031-vault-5"
1313

1414
# Non Postgres Extensions
1515
pgbouncer_release: "1.19.0"

ebssurrogate/files/unit-tests/unit-test-01.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ BEGIN
4242
PERFORM set_config('myapp.extensions', array_to_string(extension_array, ','), false);
4343
END $$;
4444

45-
SELECT plan(8);
45+
SELECT no_plan();
4646

4747
SELECT extensions_are(
4848
string_to_array(current_setting('myapp.extensions'), ',')::text[]

0 commit comments

Comments
 (0)