pgpointcloud / pointcloud

A PostgreSQL extension for storing point cloud (LIDAR) data.
https://pgpointcloud.github.io/pointcloud/
Other
397 stars 108 forks source link

WIP: Pg16 tests #340

Closed robe2 closed 1 year ago

robe2 commented 1 year ago

The pg16 does not yet have PostGIS, but tests pass.

So I'm labeling this a WIP since I will change to install PostGIS once PostGIS is available in apt.postgresql.org

pblottiere commented 1 year ago

Hello @robe2,

Thanks a lot for this PR :+1:.

Considering that this PR fixes https://github.com/pgpointcloud/pointcloud/issues/338 and also add PG16 tests, I propose to:

  1. merge this PR and close the corresponding issue
  2. close https://github.com/pgpointcloud/pointcloud/pull/339
  3. then I'll update the README and the documentation about PG16 CI
  4. I'll update the CI as soon as PostGIS is available in the repository for PG16

What do you think?

robe2 commented 1 year ago

Hello @robe2,

Thanks a lot for this PR 👍.

Considering that this PR fixes #338 and also add PG16 tests, I propose to:

1. merge this PR and close the corresponding issue

2. close [Fix for PG16 stringToQualifiedNameList #339](https://github.com/pgpointcloud/pointcloud/pull/339)

3. then I'll update the README and the documentation about PG16 CI

4. I'll update the CI as soon as PostGIS is available in the repository for PG16

What do you think?

Sounds good to me.