File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ postgres_major:
1010
1111# Full version strings for each major version
1212postgres_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
1818pgbouncer_release : 1.19.0
Original file line number Diff line number Diff line change @@ -496,8 +496,6 @@ begin
496496end;
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
502500SET default_tablespace = ' ' ;
503501
Original file line number Diff line number Diff line change @@ -510,8 +510,6 @@ begin
510510end;
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
516514SET default_tablespace = ' ' ;
517515
You can’t perform that action at this time.
0 commit comments