1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test
David Steele fd69357302 Add const to inline functions where appropriate.
This lets the compiler know that these variables are not modified which should lead to better optimization.

Smart compilers should be able to figure this out on their own, but marking parameters const is still good for documentation.
2021-04-20 18:43:16 -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 Add Ubuntu 20.04 test VM definition. 2021-04-08 14:38:20 -04:00
src Add const to inline functions where appropriate. 2021-04-20 18:43:16 -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 Add StringId type. 2021-04-20 15:22:42 -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