You've already forked pgbackrest
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user