1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src/postgres
David Steele 52bc073234 Add stack trace macros to all functions.
Low-level functions only include stack trace in test builds while higher-level functions ship with stack trace built-in. Stack traces include all parameters passed to the function but production builds only create the parameter list when the log level is set high enough, i.e. debug or trace depending on the function.
2018-05-18 11:57:32 -04:00
..
info.c Add stack trace macros to all functions. 2018-05-18 11:57:32 -04:00
info.h Add stack trace macros to all functions. 2018-05-18 11:57:32 -04:00
pageChecksum.c Add stack trace macros to all functions. 2018-05-18 11:57:32 -04:00
pageChecksum.h More C type cleanup. 2018-04-06 21:46:45 -04:00
type.h Improve module branch coverage. 2018-05-04 09:21:32 -04:00
version.h Add pgControlInfo() to read pg_control and determine the PostgreSQL version. 2018-04-29 11:20:51 -04:00