1
0
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:
David Steele
2018-05-22 19:53:25 -04:00
parent 4c7408ea52
commit f7123c1bbf
9 changed files with 679 additions and 1262 deletions
@@ -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');