File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.5.1.018-orioledb-rc-3 "
13
- postgres17 : " 17.4.1.075-rc-3 "
14
- postgres15 : " 15.8.1.132-rc-3 "
12
+ postgresorioledb-17 : " 17.5.1.018-orioledb-rc-4 "
13
+ postgres17 : " 17.4.1.075-rc-4 "
14
+ postgres15 : " 15.8.1.132-rc-4 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 145
145
rm sql/pg_net--0.5.1--0.6.sql
146
146
'' ;
147
147
148
- env . NIX_CFLAGS_COMPILE = "-Wno-error" ;
148
+ env . NIX_CFLAGS_COMPILE = lib . optionalString ( lib . versionOlder version "0.19.1" ) "-Wno-error" ;
149
149
150
150
installPhase = ''
151
151
mkdir -p $out/{lib,share/postgresql/extension}
You can’t perform that action at this time.
0 commit comments