1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/libc
David Steele ec173f12fb Add MEM_CONTEXT_PRIOR() block and update current call sites.
This macro block encapsulates the common pattern of switching to the prior (formerly called old) mem context to return results from a function.

Also rename MEM_CONTEXT_OLD() to memContextPrior().  This violates our convention of macros being in all caps but memContextPrior() will become a function very soon so this will reduce churn.
2020-01-17 13:29:49 -07:00
..
build/lib/pgBackRestLibC Remove unused LibC code. 2019-12-28 18:30:32 -07:00
xs Add MEM_CONTEXT_PRIOR() block and update current call sites. 2020-01-17 13:29:49 -07:00
LibC.h Add MEM_CONTEXT_PRIOR() block and update current call sites. 2020-01-17 13:29:49 -07:00
LibC.xs Remove unused LibC code. 2019-12-28 18:30:32 -07:00
Makefile.PL Remove unused LibC code. 2019-12-28 18:30:32 -07:00
typemap Add Perl interface to C PgQuery object. 2019-07-25 17:05:39 -04:00