Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ perf.txt
query.txt
schema.graphql
target/
bin/installcheck
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ base64 = "0.13"
lazy_static = "1"
bimap = { version = "0.6.3", features = ["serde"] }
indexmap = "2.2"
thiserror = "1.0"

[dev-dependencies]
pgrx-tests = "=0.12.9"
Expand Down
2 changes: 1 addition & 1 deletion bin/installcheck
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export PGDATABASE=postgres
export PGTZ=UTC
export PG_COLOR=auto

# PATH=~/.pgrx/15.1/pgrx-install/bin/:$PATH
# PATH=~/.pgrx/16.10/pgrx-install/bin/:$PATH

####################
# Ensure Clean Env #
Expand Down
Loading
Loading