mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
79a2d02c9c
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. |
||
---|---|---|
.. | ||
build | ||
command | ||
common | ||
config | ||
db | ||
info | ||
postgres | ||
protocol | ||
storage | ||
.gitignore | ||
build.auto.h.in | ||
configure | ||
main.c | ||
Makefile.in | ||
version.h |