We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ae4aa commit 247e4e4Copy full SHA for 247e4e4
bin/installcheck
@@ -11,7 +11,7 @@ export PGDATABASE=postgres
11
export PGTZ=UTC
12
export PG_COLOR=auto
13
14
-PATH=~/.pgrx/16.8/pgrx-install/bin/:$PATH
+# PATH=~/.pgrx/15.1/pgrx-install/bin/:$PATH
15
16
####################
17
# Ensure Clean Env #
@@ -31,8 +31,6 @@ pg_ctl start -o "-F -c listen_addresses=\"\" -c log_min_messages=WARNING -k $PGD
31
# Create the test db
32
createdb contrib_regression
33
34
-cargo pgrx install
35
-
36
#########
37
# Tests #
38
0 commit comments