1
0
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:
David Steele
2019-01-18 11:45:40 +02:00
parent 797f8098d1
commit 9cac403f61
12 changed files with 526 additions and 1 deletions
+3
View File
@@ -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