1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test
David Steele d72d4415a7 Use contextParentIdx instead of a loop when moving a context.
contextParentIdx was introduced in 90709dfd to improve the performance of mem context frees. memContextMove() did not get the message, however, and continued to use a loop to find the mem context in the old parent.

Use contextParentIdx to find the mem context in the old parent to avoid a loop.
2021-08-23 08:27:07 -04:00
..
certificate New test containers with static test certificates. 2018-11-21 18:13:37 -05:00
code-count v2.35: Binary Protocol 2021-08-23 06:52:51 -04:00
data Automate generation of WAL and pg_control test files. 2017-11-18 20:02:54 -05:00
expect Log backup file total and restore size/file total. 2021-08-11 13:39:36 -04:00
lib/pgBackRestTest Update containers for new PostgreSQL releases. 2021-08-19 17:25:57 -04:00
src Use contextParentIdx instead of a loop when moving a context. 2021-08-23 08:27:07 -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 containers for new PostgreSQL releases. 2021-08-19 17:25:57 -04:00
define.yaml Migrate error code generation to C. 2021-08-02 18:32:11 -04:00
Dockerfile Update test container OS versions. 2021-07-18 17:29:20 -04:00
test.pl Migrate error code generation to C. 2021-08-02 18:32:11 -04:00
Vagrantfile Update Vagrantfile box version. 2021-07-20 15:43:48 -04:00