1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/doc/xml
David Steele 79a2d02c9c Refactor List, StringList, and VariantList for performance.
Introduce a standard pattern for exposing public struct members (as documented in CODING.md) and use it to inline lstSize() which should improve the performance of iterating large lists.

Since many functions in these modules are just thin wrappers of other functions, inline where appropriate.

Remove strLstExistsZ() and strLstInsertZ() since they were only used in tests, where the String version of the function is sufficient.

Move strLstNewSplitSizeZ() to command/help/help.c and remove strLstNewSplitSize(). This function has only ever been used by help and does not seem widely applicable.
2021-04-07 12:50:33 -04:00
..
auto v2.33: Multi-Repository and GCS Support 2021-04-05 09:18:20 -04:00
dtd Update reference to include links to user guide examples. 2021-03-31 09:36:56 -04:00
coding.xml Refactor List, StringList, and VariantList for performance. 2021-04-07 12:50:33 -04:00
contributing.xml Move configuration definition to src/build/config/config.yaml. 2021-03-08 16:01:05 -05:00
documentation.xml Add RHEL/CentOS 8 documentation. 2020-12-04 10:59:57 -05:00
faq.xml Update the PITR FAQ to clarify the default behavior. 2020-06-12 11:27:18 -04:00
index.xml Multiple repository support. 2021-03-08 13:31:13 -05:00
metric.xml Add user guides for CentOS/RHEL 6/7. 2019-05-16 08:32:02 -04:00
reference.xml Update reference to include links to user guide examples. 2021-03-31 09:36:56 -04:00
release.xml Begin v2.34 development. 2021-04-05 10:23:16 -04:00
user-guide-index.xml Add RHEL/CentOS 8 documentation. 2020-12-04 10:59:57 -05:00
user-guide.xml Update reference to include links to user guide examples. 2021-03-31 09:36:56 -04:00