CyberDem0n / bg_mon

Background worker for monitoring PostgreSQL
MIT License
66 stars 11 forks source link

Add handling of "logical replication parallel worker" #67

Closed CyberDem0n closed 1 week ago

CyberDem0n commented 1 month ago

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 commented 1 month ago

Coverage Status

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