Skip to content

fix: RemoteOperations::rmdirs supports attempts and delays, too.#74

Merged
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260602_007--os_ops-rmdirs
Jul 2, 2026
Merged

fix: RemoteOperations::rmdirs supports attempts and delays, too.#74
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260602_007--os_ops-rmdirs

Conversation

@dmitry-lipetsk

Copy link
Copy Markdown
Collaborator

os_ops::rmdirs has the following signature:
def rmdirs(
self,
path: str,
ignore_errors: bool = True,
attempts: int = 3,
delay: T_DELAY = 1,
) -> bool:

@dmitry-lipetsk dmitry-lipetsk changed the title fix: RemoteOperations::rmdirs supports attemts and delays, too. fix: RemoteOperations::rmdirs supports attempts and delays, too. Jul 2, 2026
os_ops::rmdirs has the following signature:
    def rmdirs(
        self,
        path: str,
        ignore_errors: bool = True,
        attempts: int = 3,
        delay: T_DELAY = 1,
    ) -> bool:
@dmitry-lipetsk dmitry-lipetsk force-pushed the D20260602_007--os_ops-rmdirs branch from 57faf97 to c3afe66 Compare July 2, 2026 15:26
@dmitry-lipetsk dmitry-lipetsk merged commit c3bed6c into postgrespro:master Jul 2, 2026
20 checks passed
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