1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test
David Steele b111599bad Simplify object creation with OBJ_NEW_BEGIN() macro.
Eliminate the boilerplate of declaring this and assigning memory to it, which is the same for the vast majority of object creations.

Keep the old version of the macro as OBJ_NEW_BASE_BEGIN() for a few exceptions in the core code and (mostly) in the tests.
2023-03-28 15:05:18 +06:00
..
certificate Add TLS Server. 2021-10-18 14:32:41 -04:00
code-count v2.45: Block Incremental Backup (BETA) 2023-03-20 09:37:23 +08:00
data
lib/pgBackRestTest v2.45: Block Incremental Backup (BETA) 2023-03-20 09:37:23 +08:00
src Simplify object creation with OBJ_NEW_BEGIN() macro. 2023-03-28 15:05:18 +06:00
.gitignore
ci.pl Use uncrustify for code formatting. 2023-01-30 12:22:41 +07:00
container.yaml Remove support for PostgreSQL 9.0/9.1/9.2. 2022-12-20 12:20:47 +07:00
define.yaml Add lock module initialization. 2023-03-25 14:07:31 +07:00
Dockerfile Use uncrustify for code formatting. 2023-01-30 12:22:41 +07:00
test.pl Check for stray execute permissions in test.pl --code-format. 2023-02-01 12:57:04 +07:00
uncrustify.cfg Check for stray execute permissions in test.pl --code-format. 2023-02-01 12:57:04 +07:00
Vagrantfile Use uncrustify for code formatting. 2023-01-30 12:22:41 +07:00