1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test
David Steele 930fee3a0c Move bldStrId() into a C file.
This function was included in a header but not declared inline, so linker errors happened when the header was included into more than one file.

Because of the setjmp() in TRY_BEGIN() it can't be inlined so put it in a C file.

Also add some missing headers.
2021-08-02 17:49:05 -04:00
..
certificate
code-count Remove generated config.auto.c file. 2021-07-29 14:40:30 -04:00
data
expect Change level of backup/restore copied file logging to detail. 2021-07-09 13:50:35 -04:00
lib/pgBackRestTest Fix typo. 2021-07-21 13:19:09 -04:00
src Move bldStrId() into a C file. 2021-08-02 17:49:05 -04:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
ci.pl Partial migration of config code generation to C. 2021-07-18 19:02:01 -04:00
container.yaml Update test container OS versions. 2021-07-18 17:29:20 -04:00
define.yaml Move bldStrId() into a C file. 2021-08-02 17:49:05 -04:00
Dockerfile Update test container OS versions. 2021-07-18 17:29:20 -04:00
test.pl Clean src path in test.pl before attempting vpath builds. 2021-08-02 10:00:42 -04:00
Vagrantfile Update Vagrantfile box version. 2021-07-20 15:43:48 -04:00