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:
8
8
9
9
# Full version strings for each major version
10
10
postgres_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"
13
13
14
14
# Non Postgres Extensions
15
15
pgbouncer_release : " 1.19.0"
@@ -22,8 +22,8 @@ postgrest_release: "12.2.3"
22
22
postgrest_arm_release_checksum : sha1:fbfd6613d711ce1afa25c42d5df8f1b017f396f9
23
23
postgrest_x86_release_checksum : sha1:61c513f91a8931be4062587b9d4a18b42acf5c05
24
24
25
- gotrue_release : 2.168 .0
26
- gotrue_release_checksum : sha1:c303e004f59a58f7cbefda6fa669fc77deabe8e6
25
+ gotrue_release : 2.169 .0
26
+ gotrue_release_checksum : sha1:1419b94683aac7ddc30355408b8e8b79e61146c4
27
27
28
28
aws_cli_release : " 2.2.7"
29
29
Original file line number Diff line number Diff line change @@ -1339,7 +1339,7 @@ order by
1339
1339
pgmq | pgmq | delete | queue_name text, msg_id bigint | boolean
1340
1340
pgmq | pgmq | delete | queue_name text, msg_ids bigint[] | SETOF bigint
1341
1341
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
1343
1343
pgmq | pgmq | format_table_name | queue_name text, prefix text | text
1344
1344
pgmq | pgmq | list_queues | | SETOF pgmq.queue_record
1345
1345
pgmq | pgmq | metrics | queue_name text | pgmq.metrics_result
You can’t perform that action at this time.
0 commit comments