You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
v2.45: Block Incremental Backup (BETA)
Bug Fixes: * Skip writing recovery.signal by default for restores of offline backups. (Reviewed by Stefan Fercot. Reported by Marcel Borger.) Features: * Block incremental backup (BETA). (Reviewed by John Morris, Stephen Frost, Stefan Fercot.) Improvements: * Keep only one all-default group index. (Reviewed by Stefan Fercot.) Documentation Improvements: * Add explicit instructions for upgrading between 2.x versions. (Contributed by Christophe Courtois. Reviewed by David Steele.) * Remove references to SSH made obsolete when TLS was introduced.
This commit is contained in:
@@ -66,7 +66,8 @@ sub codeCountScan
|
||||
$strFile =~ '^test/result/' ||
|
||||
$strFile =~ '^test/scratch' ||
|
||||
$strFile =~ '^test/src/valgrind\.suppress\.' ||
|
||||
$strFile eq 'test/src/lcov.conf');
|
||||
$strFile eq 'test/src/lcov.conf' ||
|
||||
$strFile eq 'test/uncrustify.cfg');
|
||||
|
||||
# Classify the source file
|
||||
my $strClass = 'test/harness';
|
||||
|
||||
Reference in New Issue
Block a user