Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add handling of "logical replication parallel worker" #67

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

CyberDem0n
Copy link
Owner

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.

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.
@coveralls
Copy link

coveralls commented May 29, 2024

Coverage Status

coverage: 89.453% (+0.03%) from 89.421%
when pulling e20147a on bugfix/pg16
into 6cf0e6d on master.

@CyberDem0n CyberDem0n merged commit f265f19 into master Jul 1, 2024
12 checks passed
@CyberDem0n CyberDem0n deleted the bugfix/pg16 branch July 1, 2024 08:53
hughcapet pushed a commit to zalando-pg/bg_mon that referenced this pull request Aug 10, 2024
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.
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants