Skip to content

Commit

Permalink
Upgrade pgrx
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Oct 30, 2024
1 parent 02e7b4b commit 83dba51
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 22 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pg_analytics"
description = "Postgres for analytics, powered by DuckDB"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "PostgreSQL"

Expand All @@ -25,12 +25,12 @@ duckdb = { git = "https://github.com/paradedb/duckdb-rs.git", features = [
"bundled",
"extensions-full",
], rev = "e532dd6" }
pgrx = "0.12.6"
pgrx = "0.12.7"
serde_json = "1.0.128"
signal-hook = "0.3.17"
sqlparser = "0.50.0"
strum = { version = "0.26.3", features = ["derive"] }
supabase-wrappers = { git = "https://github.com/paradedb/wrappers.git", default-features = false, rev = "f5ecb8d" }
supabase-wrappers = { git = "https://github.com/paradedb/wrappers.git", default-features = false, rev = "8aef4a6" }
thiserror = "1.0.63"
uuid = "1.10.0"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Then, install and initialize `pgrx`:

```bash
# Note: Replace --pg17 with your version of Postgres, if different (i.e. --pg16)
cargo install --locked cargo-pgrx --version 0.12.6
cargo install --locked cargo-pgrx --version 0.12.7

# macOS arm64
cargo pgrx init --pg17=/opt/homebrew/opt/postgresql@17/bin/pg_config
Expand Down
1 change: 1 addition & 0 deletions sql/pg_analytics--0.2.2--0.2.3.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\echo Use "ALTER EXTENSION pg_analytics UPDATE TO '0.2.3'" to load this file. \quit
4 changes: 2 additions & 2 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tests"
description = "Test suite for pg_analytics"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "PostgreSQL"

Expand All @@ -25,7 +25,7 @@ duckdb = { git = "https://github.com/paradedb/duckdb-rs.git", features = [
"bundled",
"extensions-full",
], rev = "e532dd6" }
pgrx = "0.12.6"
pgrx = "0.12.7"
serde = "1.0.210"
serde_json = "1.0.128"
signal-hook = "0.3.17"
Expand Down

0 comments on commit 83dba51

Please sign in to comment.