64 _(
"child process exited with exit code %d"),
72 _(
"child process was terminated by exception 0x%X"),
76 _(
"child process was terminated by signal %d: %s"),
82 _(
"child process exited with unrecognized status %d"),
126 WEXITSTATUS(exit_status) > (include_command_not_found ? 125 : 128))
140 if (exit_status == -1)
char * pstrdup(const char *in)
const char * pg_strsignal(int signum)
char * wait_result_to_str(int exitstatus)
int wait_result_to_exit_code(int exit_status)
bool wait_result_is_signal(int exit_status, int signum)
bool wait_result_is_any_signal(int exit_status, bool include_command_not_found)