Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Compatibility with PG17 beta1 #66

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Compatibility with PG17 beta1 #66

merged 1 commit into from
Jul 1, 2024

Conversation

CyberDem0n
Copy link
Owner

@CyberDem0n CyberDem0n commented May 27, 2024

  • new signature of InitPostgres()
  • new backend types: "slotsync worker" and "walsummarizer"
  • adjust tests to include these new features

@CyberDem0n CyberDem0n force-pushed the feature/pg17-beta1 branch 2 times, most recently from af5051f to efca797 Compare May 27, 2024 14:04
- new signature of InitPostgres()
- new backend types: "slotsync worker" and "walsummarizer"
- adjust tests to include these new features
@coveralls
Copy link

coveralls commented May 27, 2024

Coverage Status

coverage: 89.403% (-0.02%) from 89.421%
when pulling 4754a0c on feature/pg17-beta1
into 6cf0e6d on master.

@CyberDem0n CyberDem0n force-pushed the feature/pg17-beta1 branch from efca797 to 4754a0c Compare May 27, 2024 14:05
@CyberDem0n CyberDem0n merged commit 1c54846 into master Jul 1, 2024
13 checks passed
@CyberDem0n CyberDem0n deleted the feature/pg17-beta1 branch July 1, 2024 08:50
hughcapet pushed a commit to zalando-pg/bg_mon that referenced this pull request Aug 10, 2024
- new signature of InitPostgres()
- new backend types: "slotsync worker" and "walsummarizer"
- adjust tests to include these new features
hughcapet added a commit to zalando-pg/bg_mon that referenced this pull request Aug 12, 2024
* Please linter (CyberDem0n#65)
   it was crying about evb maybe uninitialized

* Compatibility with PG17 beta1 (CyberDem0n#66)
- new signature of InitPostgres()
- new backend types: "slotsync worker" and "walsummarizer"
- adjust tests to include these new features

* Add handling of "logical replication parallel worker" (CyberDem0n#67)

it was introduced in PG16 and responsible for parallel apply.

Besides that split logical replication worker to "apply" and "tablesync" workers, like it was done in PG17.

---------

Co-authored-by: Alexander Kukushkin <cyberdemn@gmail.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants