1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test
David Steele d30ec9c9ae Replace OBJECT_DEFINE_MOVE() and OBJECT_DEFINE_FREE() with inlines.
Inline functions are more efficient and if they are not used are automatically omitted from the binary.

This also makes the implementation of these functions easier to find and removes the need for a declaration. That is, the complete implementation is located in the header rather than being spread between the header and C file.
2021-04-08 10:04:57 -04:00
..
certificate New test containers with static test certificates. 2018-11-21 18:13:37 -05:00
code-count v2.33: Multi-Repository and GCS Support 2021-04-05 09:18:20 -04:00
data Automate generation of WAL and pg_control test files. 2017-11-18 20:02:54 -05:00
expect Improve archive-push command fault tolerance. 2021-03-25 12:54:49 -04:00
lib/pgBackRestTest v2.33: Multi-Repository and GCS Support 2021-04-05 09:18:20 -04:00
src Replace OBJECT_DEFINE_MOVE() and OBJECT_DEFINE_FREE() with inlines. 2021-04-08 10:04:57 -04:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
ci.pl Add --gen-check option to test.pl to check autogenerated code. 2021-03-31 10:36:22 -04:00
container.yaml Add co7 package to support llvm. 2021-01-13 17:32:42 -05:00
define.yaml Replace OBJECT_DEFINE_MOVE() and OBJECT_DEFINE_FREE() with inlines. 2021-04-08 10:04:57 -04:00
test.pl Add --gen-check option to test.pl to check autogenerated code. 2021-03-31 10:36:22 -04:00
Vagrantfile Move configuration definition to src/build/config/config.yaml. 2021-03-08 16:01:05 -05:00