Skip to content

Commit 45d18e3

Browse files
committed
undo set path in installcheck
1 parent aa9fc8a commit 45d18e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ perf.txt
1919
query.txt
2020
schema.graphql
2121
target/
22+
bin/installcheck

bin/installcheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export PGDATABASE=postgres
1111
export PGTZ=UTC
1212
export PG_COLOR=auto
1313

14-
PATH=~/.pgrx/16.10/pgrx-install/bin/:$PATH
14+
# PATH=~/.pgrx/16.10/pgrx-install/bin/:$PATH
1515

1616
####################
1717
# Ensure Clean Env #

0 commit comments

Comments
 (0)