1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00
pgbackrest/src
David Steele c307d9fdf9 Don't make a copy of the context name in the MemContext module.
This is very inefficient in terms of memory and time and dynamic context names were never utilized.

Just require that context names be valid for the life of the context.

In practice they are all static strings.
2019-03-01 15:58:52 +02:00
..
command The archive-get command is implemented entirely in C. 2019-02-27 23:03:02 +02:00
common Don't make a copy of the context name in the MemContext module. 2019-03-01 15:58:52 +02:00
compress Remove unused type parameter from FUNCTION_TEST_RETURN(). 2019-01-28 15:06:28 +02:00
config Migrate local command to C. 2019-02-27 22:34:21 +02:00
crypto Improve P/PP type macro handling. 2019-01-28 22:33:29 +02:00
info Only run test-level stack trace by default for unit-tested modules. 2019-02-27 17:09:19 +02:00
perl Enable socket keep-alive on older Perl versions. 2019-02-28 14:33:29 +02:00
postgres Improve P/PP type macro handling. 2019-01-28 22:33:29 +02:00
protocol Cleanup local/remote protocol interaction from 9367cc46. 2019-02-28 09:51:19 +02:00
storage Cleanup local/remote protocol interaction from 9367cc46. 2019-02-28 09:51:19 +02:00
.gitignore Add .gitignore to C src directory. 2018-09-30 12:27:05 +01:00
main.c Cleanup local/remote protocol interaction from 9367cc46. 2019-02-28 09:51:19 +02:00
Makefile The archive-get command is implemented entirely in C. 2019-02-27 23:03:02 +02:00
version.h Begin v2.11 development. 2019-02-12 14:11:16 +02:00