File tree 4 files changed +1
-8
lines changed
migrations/tests/extensions
4 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 37
37
- name : Install wal2json
38
38
import_tasks : tasks/postgres-extensions/11-wal2json.yml
39
39
40
- - name : Install pljava
41
- import_tasks : tasks/postgres-extensions/12-pljava.yml
42
-
43
40
- name : Install pg_plan_filter
44
41
import_tasks : tasks/postgres-extensions/14-pg_plan_filter.yml
45
42
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.0.55 "
1
+ postgres-version = " 15.1.0.56-rc0-java "
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ function install_packages_for_build {
96
96
gcc-10 g++-10 \
97
97
libgeos-dev libproj-dev libgdal-dev libjson-c-dev libboost-all-dev libcgal-dev libmpfr-dev libgmp-dev cmake \
98
98
libkrb5-dev \
99
- maven default-jre default-jdk \
100
99
curl gpp apt-transport-https cmake libc++-dev libc++abi-dev libc++1 libglib2.0-dev libtinfo5 libc++abi1 ninja-build python \
101
100
liblzo2-dev
102
101
Original file line number Diff line number Diff line change 1
- BEGIN ;
2
- create extension if not exists pljava with schema " sqlj" ;
3
- ROLLBACK ;
You can’t perform that action at this time.
0 commit comments