1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/doc
David Steele 0c02481d6e Update all interfaces to use variable parameter constructors.
Fixed parameter constructors made adding new interface functions a burden, so we switched to using structs to define interfaces in the storage module at c49eaec7.

While propagating this pattern to the IO interfaces it became obvious that the existing variable parameter function pattern (begun in the storage module) was more succinct and consistent with the existing code.

So, use variable parameter functions to define all interfaces. This assumes that the non-interface parameters will be fixed, which seems reasonable for low-level code.
2018-09-15 21:07:00 -04:00
..
example Add monitoring examples using PostgreSQL and jq. 2018-04-13 14:31:33 -04:00
lib/BackRestDoc Allow containers to be defined in a document. 2018-07-23 07:49:15 -04:00
resource v2.05: Environment Variable Options and Exclude Temporary/Unlogged Relations 2018-08-31 13:19:43 -04:00
xml Update all interfaces to use variable parameter constructors. 2018-09-15 21:07:00 -04:00
.gitignore Updated vagrant to new version and image. 2017-03-14 22:05:17 -04:00
doc.pl Allow containers to be defined in a document. 2018-07-23 07:49:15 -04:00
manifest.xml More flexible replacements for PDF titles and footers. 2018-02-21 15:30:35 -05:00
release.pl Remove github CNAME file. 2018-02-23 23:44:10 -05:00