Skip to content

Check for interrupts during archive command #1

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

packi
Copy link
Owner

@packi packi commented Jul 27, 2025

No description provided.

@packi packi force-pushed the check-for-interrupts-during-archive-command branch 7 times, most recently from 2d2719c to ca18e24 Compare July 27, 2025 15:15
Else this will stall operations waiting for ProcSignalBarriers and may
cause pile-ups due to that. Since WAL archiving can take a while, this
helps in cases like DROP DATABASE where we require all backends to
release their file handles.

Note that the windows version should still do about the same as before,
but my windows days are long over, so take that code with a grain of
salt. It did pass CI though.

Suggested-by: Ronan Dunklau <ronan.dunklau@aiven.io>
@packi packi force-pushed the check-for-interrupts-during-archive-command branch from ca18e24 to a296390 Compare July 27, 2025 15:16
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.

1 participant