File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ postgres_major:
88
99# Full version strings for each major version
1010postgres_release :
11- postgresorioledb-17 : " 17.0.1.022 -orioledb-pgroonga-2"
12- postgres15 : " 15.8.1.032 -pgroonga-2"
11+ postgresorioledb-17 : " 17.0.1.024 -orioledb-pgroonga-2"
12+ postgres15 : " 15.8.1.034 -pgroonga-2"
1313
1414# Non Postgres Extensions
1515pgbouncer_release : " 1.19.0"
@@ -22,8 +22,8 @@ postgrest_release: "12.2.3"
2222postgrest_arm_release_checksum : sha1:fbfd6613d711ce1afa25c42d5df8f1b017f396f9
2323postgrest_x86_release_checksum : sha1:61c513f91a8931be4062587b9d4a18b42acf5c05
2424
25- gotrue_release : 2.168 .0
26- gotrue_release_checksum : sha1:c303e004f59a58f7cbefda6fa669fc77deabe8e6
25+ gotrue_release : 2.169 .0
26+ gotrue_release_checksum : sha1:1419b94683aac7ddc30355408b8e8b79e61146c4
2727
2828aws_cli_release : " 2.2.7"
2929
Original file line number Diff line number Diff line change @@ -1339,7 +1339,7 @@ order by
13391339 pgmq | pgmq | delete | queue_name text, msg_id bigint | boolean
13401340 pgmq | pgmq | delete | queue_name text, msg_ids bigint[] | SETOF bigint
13411341 pgmq | pgmq | detach_archive | queue_name text | void
1342- pgmq | pgmq | drop_queue | queue_name text, partitioned boolean | boolean
1342+ pgmq | pgmq | drop_queue | queue_name text | boolean
13431343 pgmq | pgmq | format_table_name | queue_name text, prefix text | text
13441344 pgmq | pgmq | list_queues | | SETOF pgmq.queue_record
13451345 pgmq | pgmq | metrics | queue_name text | pgmq.metrics_result
You can’t perform that action at this time.
0 commit comments