-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
To add support for PostgreSQL 17 it is necessary to
- modify protobuf plugin; oldtuple and newtuple are directly the structure we need, there is no need for ->tuple pointer. This has to be solved via macro to make sure the code is compatible both for 17 and older versions too (see https://github.com/debezium/postgres-decoderbufs/pull/28#issuecomment-2372238693)
- Add PostgreSQL 17 container
- Add postgres-17 profile into pom.xml
- Replace postgres-16 with postgres-17 in GitHub CI
- Add 17 into Jenkins CI
- mentioned on