Skip to content

execute_utility3 is added - #429

Merged
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260918_002--execute_utility3
Sep 18, 2026
Merged

dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260918_002--execute_utility3

Conversation

@dmitry-lipetsk

Copy link
Copy Markdown
Collaborator

Signature:

def execute_utility3(
    os_ops: OsOperations,
    args: T_OS_CMD,
    logfile: typing.Optional[str] = None,
    check: bool = True,
    exec_env: typing.Optional[T_OS_EXEC_ENV] = None,
) -> OsCommandResult

Updated methods:

  • node::get_control_data
  • node::_start (+WTF+ExecUtilException)
  • node::stop
  • node::restart (+WTF+ExecUtilException)
  • node::reload
  • node::promote
  • node::pg_ctl
  • node::dump
  • node::restore
  • node::pgbench_run
  • cache::cached_initdb
  • backup::init

Signature:
def execute_utility3(
    os_ops: OsOperations,
    args: T_OS_CMD,
    logfile: typing.Optional[str] = None,
    check: bool = True,
    exec_env: typing.Optional[T_OS_EXEC_ENV] = None,
) -> OsCommandResult

Updated methods:
- node::get_control_data
- node::_start (+WTF+ExecUtilException)
- node::stop
- node::restart (+WTF+ExecUtilException)
- node::reload
- node::promote
- node::pg_ctl
- node::dump
- node::restore
- node::pgbench_run
- cache::cached_initdb
- backup::__init__
@dmitry-lipetsk
dmitry-lipetsk merged commit 6e4fdba into postgrespro:master Sep 18, 2026
33 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