You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Add Exec object.
Executes a child process and allows the calling process to communicate with it using read/write io. This object is specially tailored to implement the protocol layer and may or may not be generally applicable to general purpose execution.
This commit is contained in:
@@ -95,6 +95,9 @@ kernel: 100
|
||||
# An error from a service that is not our fault, e.g. 5xx errors from an http server. These may be retried.
|
||||
service: 101
|
||||
|
||||
# An error while attempting to execute a binary
|
||||
execute: 102
|
||||
|
||||
# This error should not be thrown directly -- it serves as a parent for the C errors
|
||||
runtime: 122
|
||||
|
||||
|
||||
Reference in New Issue
Block a user