Skip to content
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

Add Postgres 16 support #7

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Add Postgres 16 support #7

merged 1 commit into from
Jun 25, 2024

Conversation

theory
Copy link
Contributor

@theory theory commented Apr 26, 2024

Upgrade supabase-wrappers to 0.1.18 (as imported from GitHub) and pgrx to 0.11.2 (the version that supabase-wrappers depends on) and add a config for Postgres 16. Update lib.js to fix all errors and warnings, following the precedent of tembo-io/clerk_fdw#31. Also run cargo update and let it update other stuff.

Upgrade supabase-wrappers to 0.1.18 (as imported from GitHub) and pgrx
to 0.11.2 (the version that supabase-wrappers depends on) and add a
config for Postgres 16. Update lib.js to fix all errors and warnings,
following the precedent of tembo-io/clerk_fdw#31. Also run `cargo
update` and let it update other stuff.
@theory
Copy link
Contributor Author

theory commented Jun 20, 2024

Surprised to see no tests run!

cargo pgrx test pg16 
       Using CliArgument("pg16") and `pg_config` from /Users/david/.pgenv/pgsql/bin/pg_config
CARGO_TARGET_DIR="/Users/david/dev/pgxn/orb_fdw/target" PGRX_ALL_FEATURES="false" PGRX_BUILD_PROFILE="dev" PGRX_FEATURES="pg16 pg_test" PGRX_NO_DEFAULT_FEATURES="true" PGRX_NO_SCHEMA="false" "/Users/david/.rustup/toolchains/stable-aarch64-apple-darwin/bin/cargo" "test" "--features" "pg16 pg_test" "--no-default-features"
   Compiling pgrx-pg-sys v0.11.3
   Compiling supabase-wrappers-macros v0.1.16 (https://github.com/supabase/wrappers.git?rev=99242d70eb7e551b700e2db31cc618850d835bc2#99242d70)
   Compiling pgrx v0.11.3
   Compiling supabase-wrappers v0.1.18 (https://github.com/supabase/wrappers.git?rev=99242d70eb7e551b700e2db31cc618850d835bc2#99242d70)
   Compiling pgrx-tests v0.11.3
   Compiling orb_fdw v0.11.3 (/Users/david/dev/pgxn/orb_fdw)
    Finished test [unoptimized + debuginfo] target(s) in 28.46s
     Running unittests src/lib.rs (target/debug/deps/orb_fdw-676bf9090531e524)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

@Jayko001 Jayko001 merged commit d93ee24 into main Jun 25, 2024
2 checks passed
@Jayko001 Jayko001 deleted the pg16 branch June 25, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants