1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-07 00:35:37 +02:00

Split debug and assert code into separate headers.

Assert can be used earlier because it only depends on the error-handler and not logging.
This commit is contained in:
David Steele
2018-04-07 13:12:35 -04:00
parent e00f2dd4ad
commit 82751b3b51
17 changed files with 135 additions and 45 deletions

View File

@ -3,7 +3,7 @@ Common Command Routines
***********************************************************************************************************************************/
#include <string.h>
#include "common/debug.h"
#include "common/assert.h"
#include "common/log.h"
#include "common/memContext.h"
#include "config/config.h"