Skip to content

Commit 35b3e86

Browse files
soedirgostaaldraad
authored andcommitted
tmp DO NOT MERGE
1 parent a55d5a9 commit 35b3e86

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.6.0.014-orioledb"
14-
postgres17: "17.6.1.057"
15-
postgres15: "15.14.1.057"
13+
postgresorioledb-17: "17.6.0.015-orioledb"
14+
postgres17: "17.6.1.058"
15+
postgres15: "15.14.1.058"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.19.0

migrations/schema-17.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,6 @@ begin
496496
end;
497497
$_$;
498498

499-
REVOKE ALL ON FUNCTION pgbouncer.get_auth(p_usename TEXT) FROM PUBLIC;
500-
GRANT EXECUTE ON FUNCTION pgbouncer.get_auth(p_usename TEXT) TO pgbouncer;
501499

502500
SET default_tablespace = '';
503501

migrations/schema-orioledb-17.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,6 @@ begin
510510
end;
511511
$_$;
512512

513-
REVOKE ALL ON FUNCTION pgbouncer.get_auth(p_usename TEXT) FROM PUBLIC;
514-
GRANT EXECUTE ON FUNCTION pgbouncer.get_auth(p_usename TEXT) TO pgbouncer;
515513

516514
SET default_tablespace = '';
517515

0 commit comments

Comments
 (0)