1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/build/lib/pgBackRestBuild
David Steele d41570c37a Improve log file names for remote processes started by locals.
The log-subprocess feature added in 22765670 failed to take into account the naming for remote processes spawned by local processes.  Not only was the local command used for the naming of log files but the process id was not pass through.  This meant every remote log was named "[stanza]-local-remote-000" which is confusing and meant multiple processes were writing to the same log.

Instead, pass the real command and process id to the remote.  This required a minor change in locking to ignore locks if process id is greater than 0 since remotes started by locals never lock.
2018-08-31 11:31:13 -04:00
..
Build Embed exported C functions and Perl modules directly into the pgBackRest executable. 2018-05-22 12:53:08 -04:00
Config Improve log file names for remote processes started by locals. 2018-08-31 11:31:13 -04:00
Embed Remove redundant lines from embedded Perl by combining blank lines. 2018-07-28 08:43:58 -04:00
Error Move test definitions to test/define.yaml. 2018-04-08 10:19:24 -04:00
Build.pm Improve code generation performance. 2018-03-09 23:00:20 -05:00