-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from citusdata/pg12
We can now use PGVERSION=12 in travis files. Notice that PG stopped creating packages for ubuntu trusty. We should be using ubuntu bionic (18.04) from this point onward. See the usage in pg_auto_failover, hll or cstore_fdw projects. Some package names or dependencies may have changed in the new OS. Make sure your package compiles in ubuntu 18.04 with dependencies set in your travis.yml file
- Loading branch information
Showing
5 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ then | |
fi | ||
|
||
# Start cluster | ||
sudo pg_ctlcluster "${PGVERSION}" test start | ||
pg_ctlcluster "${PGVERSION}" test start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters