8000 Upgrade pgroonga to v13 by pashkinelfe · Pull Request #619 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content

Upgrade pgroonga to v13 #619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade pgroonga to v13
This solves persistent problem using pgroonga operators without
explicitly specifying schema as in the manual.
  • Loading branch information
pashkinelfe committed Apr 13, 2023
commit 70b092374393c36abe984f5285b382098009c88b
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ pg_stat_monitor_release_checksum: sha256:1756a02d5a6dd66b892d15920257c69a17a67d4
vault_release: "0.2.9"
vault_release_checksum: sha256:1e813216395c59bb94c92be47ce8b70ba19ccc0efbcdb1fb14ed6d34a42c6cdb

groonga_release: "12.0.8"
groonga_release_checksum: sha256:7770c0ff6804ef4b47b015b15736cd973cffced977c20991b16b2daa4fea6eeb
groonga_release: "13.0.0"
groonga_release_checksum: sha256:58c52d0ae7ac32f2722da179096ea281b054673b010165b0e5e52620982b7725

pgroonga_release: "2.4.0"
pgroonga_release_checksum: sha256:5baaae0e7d81f8167e278e9a34c6ed56aece8b34f5ab98f228c64408093417b3
Expand Down
0