Skip to content
Snippets Groups Projects

Add PostgreSQL 14 builds

Merged Dustin Collins requested to merge add-postgres-14 into master
Compare and Show latest version
2 files
+ 19
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -29,7 +29,7 @@ source git: version.remote
@@ -29,7 +29,7 @@ source git: version.remote
dependency 'python3'
dependency 'python3'
dependency 'postgresql_new'
dependency 'postgresql_new'
pg_major_version = '13'
pg_major_version = '14'
build do
build do
env = with_standard_compiler_flags(with_embedded_path)
env = with_standard_compiler_flags(with_embedded_path)
Loading