You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add PostgreSQL 17 to CI and Docker build matrices
- Add PG17 to pg_version matrix in CI regression and daemon E2E tests
- Add PG17 to postgres matrix in Docker build and merge jobs
- Add pg_duckpipe_17 bake target in docker-bake.hcl
- Fix launch_worker to use WaitForBackgroundWorkerStartup: ensures the
postmaster has actually forked the worker before returning, preventing
a race where start_worker() reports success but the worker hasn't
started yet (observed on slow CI runners)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments