File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
99
1010# Full version strings for each major version
1111postgres_release :
12- postgresorioledb-17 : " 17.0.1.011 -orioledb"
13- postgres15 : " 15.8.1.021 "
14- postgres16 : " 16.3.1.027 "
12+ postgresorioledb-17 : " 17.0.1.012 -orioledb"
13+ postgres15 : " 15.8.1.022 "
14+ postgres16 : " 16.3.1.028 "
1515
1616# Non Postgres Extensions
1717pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ stdenv.mkDerivation rec {
6969 ln -s $prog $prog-${ version }
7070 done
7171
72+ for file in $out/share/postgresql/extension/postgis_topology*--${ version } .sql; do
73+ sed -i "/SELECT topology.AddToSearchPath('topology');/i SELECT topology.AddToSearchPath('extensions');" "$file"
74+ done
75+
7276 mkdir -p $doc/share/doc/postgis
7377 mv doc/* $doc/share/doc/postgis/
7478 '' ;
You can’t perform that action at this time.
0 commit comments