1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-03 00:26:59 +02:00
Files
.github
build
doc
lib
libc
src
test
certificate
code-count
code.def
file-type.yaml
data
docker
expect
lib
src
.gitignore
README.md
Vagrantfile
container.yaml
define.yaml
test.pl
travis.pl
.gitignore
.travis.yml
CODING.md
LICENSE
README.md
pgbackrest/test/code-count
David Steele 5c314df098 Rename infoManifest module to manifest.
The manifest is not an info file so if anything it should be called backupManifest.  But that seems too long for such a commonly used object so manifest seems better.

Note that unlike Perl there is no storage manifest method so this stands as the only manifest in the C code, as befits its importance.
2019-09-05 19:53:00 -04:00
..