File tree 4 files changed +6
-14
lines changed
4 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg > /dev/null
6
-
7
- if [[ $POSTGRESQL_VERSION == * 12* ]];
8
- then
9
- echo " deb http://apt.postgresql.org/pub/repos/apt/ ` lsb_release -cs` -pgdg main $POSTGRESQL_VERSION " | sudo tee /etc/apt/sources.list.d/pgdg.list
10
- echo " Using main repo"
11
- else
12
- echo " deb http://apt.postgresql.org/pub/repos/apt/ ` lsb_release -cs` -pgdg-snapshot main $POSTGRESQL_VERSION " | sudo tee /etc/apt/sources.list.d/pgdg.list
13
- echo " Using snapshot report for$POSTGRESQL_VERSION "
14
- fi
6
+ echo " deb http://apt.postgresql.org/pub/repos/apt/ ` lsb_release -cs` -pgdg main $POSTGRESQL_VERSION " | sudo tee /etc/apt/sources.list.d/pgdg.list
15
7
16
8
# RAISE priority of pgdg
17
9
cat << EOF >> ./pgdg.pref
Original file line number Diff line number Diff line change 1
- name : " [ubuntu-22.04] PostgreSQL 16"
1
+ name : " [ubuntu-22.04] PostgreSQL 16 and PostGIS 3.3 "
2
2
3
3
on :
4
4
push :
17
17
- name : Install PostgreSQL
18
18
env :
19
19
POSTGRESQL_VERSION : 16
20
- # POSTGIS_VERSION: 3
20
+ POSTGIS_VERSION : 3
21
21
run : .github/scripts/postgresql_postgis.sh
22
22
- name : Install and check PgPointCloud
23
23
run : .github/scripts/pgpointcloud.sh
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ https://pgpointcloud.github.io/pointcloud/ for more information.
16
16
| PostgreSQL 13 | | ![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres13_postgis33.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic ) <br />![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres13_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic ) | ![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres13_postgis33.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic ) <br />![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres13_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic ) |
17
17
| PostgreSQL 14 | | ![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres14_postgis33.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic ) <br />![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres14_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic ) | ![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres14_postgis33.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic ) <br />![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres14_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic ) |
18
18
| PostgreSQL 15 | | ![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres15_postgis33.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic ) <br />![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres15_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic ) | ![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres15_postgis33.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic ) <br />![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres15_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic ) |
19
- | PostgreSQL 16 | | | ![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres16 .yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic ) |
19
+ | PostgreSQL 16 | | ![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres16_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic ) | ![ ] ( https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres16_postgis33 .yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic ) |
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ and with various PostgreSQL/PostGIS releases:
155
155
| | | | |
156
156
| | | |15_33_jammy | | |15_33_jammy | |
157
157
+--------------------+-----------------------+------------------------+------------------------+
158
- | PostgreSQL 16 | | | |16_jammy | |
158
+ | PostgreSQL 16 | | | 16_33_jammy | | |16_33_jammy | |
159
159
+--------------------+-----------------------+------------------------+------------------------+
160
160
161
161
.. |12_25_focal | image :: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/focal_postgres12_postgis25.yml?branch=master&label=Ubuntu%2020.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-20.04%5D+PostgreSQL+12+and+PostGIS+2.5%22
@@ -176,7 +176,7 @@ and with various PostgreSQL/PostGIS releases:
176
176
177
177
.. |15_33_jammy | image :: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres15_postgis33.yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-22.04%5D+PostgreSQL+15+and+PostGIS+3.3%22
178
178
179
- .. |16_jammy | image :: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres16 .yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-22.04%5D+PostgreSQL+16%22
179
+ .. |16_33_jammy | image :: https://img.shields.io/github/actions/workflow/status/pgpointcloud/pointcloud/jammy_postgres16_postgis33 .yml?branch=master&label=Ubuntu%2022.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-22.04%5D+PostgreSQL+16+and+PostGIS+3.3 %22
180
180
181
181
.. _`source` : https://github.com/hobu/laz-perf
182
182
.. _`DockerHub` : https://hub.docker.com/_/postgres
You can’t perform that action at this time.
0 commit comments