1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src
David Steele f3b56cf8f3 Allow MemContext objects to be copied to a new parent.
This makes it easier to create objects and then copy them to another context when they are complete without having to worry about freeing them on error. Update List, StringList, and Buffer to allow moves. Update Ini and Storage to take advantage of moves.
2018-04-06 17:04:52 -04:00
..
cipher Cleanup C types. 2018-04-05 22:38:11 -04:00
command Cleanup C types. 2018-04-05 22:38:11 -04:00
common Allow MemContext objects to be copied to a new parent. 2018-04-06 17:04:52 -04:00
config Cleanup C types. 2018-04-05 22:38:11 -04:00
perl Cleanup C types. 2018-04-05 22:38:11 -04:00
postgres Cleanup C types. 2018-04-05 22:38:11 -04:00
storage Allow MemContext objects to be copied to a new parent. 2018-04-06 17:04:52 -04:00
main.c Improve logging. 2018-03-12 11:03:38 -04:00
Makefile Abstract Posix storage driver code into a separate module. 2018-04-05 14:48:16 -04:00
version.h Refactor usec to msec in common/time.c. 2018-03-21 09:18:48 -04:00