You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
v2.03: Single Executable to Deploy
Bug Fixes: * Fix potential buffer overrun in error message handling. (Reported by Lætitia.) * Fix archive write lock being taken for the synchronous archive-get command. (Reported by Uspen.) Improvements: * Embed exported C functions and Perl modules directly into the pgBackRest executable. * Use time_t instead of __time_t for better portability. (Suggested by Nick Floersch.) * Print total runtime in milliseconds at command end.
This commit is contained in:
@@ -60,6 +60,8 @@ sub codeCountScan
|
||||
$strFile =~ '^test/expect/' ||
|
||||
$strFile =~ '^test/lint/' ||
|
||||
$strFile =~ '^test/package/' ||
|
||||
$strFile =~ '^test/patch/' ||
|
||||
$strFile =~ '^test/profile/' ||
|
||||
$strFile eq 'test/src/valgrind.suppress' ||
|
||||
$strFile eq 'test/src/lcov.conf');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user