Skip to content

Commit

Permalink
Merge branch 'develop' into sam/pgroonga-update
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose authored Jan 30, 2025
2 parents bebe003 + a0539d6 commit a273d97
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.0.1.022-orioledb-pgroonga-2"
postgres15: "15.8.1.032-pgroonga-2"
postgresorioledb-17: "17.0.1.024-orioledb-pgroonga-2"
postgres15: "15.8.1.034-pgroonga-2"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand All @@ -22,8 +22,8 @@ postgrest_release: "12.2.3"
postgrest_arm_release_checksum: sha1:fbfd6613d711ce1afa25c42d5df8f1b017f396f9
postgrest_x86_release_checksum: sha1:61c513f91a8931be4062587b9d4a18b42acf5c05

gotrue_release: 2.168.0
gotrue_release_checksum: sha1:c303e004f59a58f7cbefda6fa669fc77deabe8e6
gotrue_release: 2.169.0
gotrue_release_checksum: sha1:1419b94683aac7ddc30355408b8e8b79e61146c4

aws_cli_release: "2.2.7"

Expand Down
2 changes: 1 addition & 1 deletion nix/tests/expected/z_15_ext_interface.out
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ order by
pgmq | pgmq | delete | queue_name text, msg_id bigint | boolean
pgmq | pgmq | delete | queue_name text, msg_ids bigint[] | SETOF bigint
pgmq | pgmq | detach_archive | queue_name text | void
pgmq | pgmq | drop_queue | queue_name text, partitioned boolean | boolean
pgmq | pgmq | drop_queue | queue_name text | boolean
pgmq | pgmq | format_table_name | queue_name text, prefix text | text
pgmq | pgmq | list_queues | | SETOF pgmq.queue_record
pgmq | pgmq | metrics | queue_name text | pgmq.metrics_result
Expand Down
Loading

0 comments on commit a273d97

Please sign in to comment.