Skip to content

Commit a273d97

Browse files
authored
Merge branch 'develop' into sam/pgroonga-update
2 parents bebe003 + a0539d6 commit a273d97

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

ansible/vars.yml

Lines changed: 4 additions & 4 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.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
1515
pgbouncer_release: "1.19.0"
@@ -22,8 +22,8 @@ postgrest_release: "12.2.3"
2222
postgrest_arm_release_checksum: sha1:fbfd6613d711ce1afa25c42d5df8f1b017f396f9
2323
postgrest_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

2828
aws_cli_release: "2.2.7"
2929

nix/tests/expected/z_15_ext_interface.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)