You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-03 00:26:59 +02:00
Split log levels into separate header file.
Many modules that use debug.h do not need to do logging so this reduces dependencies for those modules.
This commit is contained in:
@ -67,6 +67,7 @@ minimize register spilling. For less sophisticated compilers it might be benefic
|
||||
#include "common/assert.h"
|
||||
#include "common/debug.h"
|
||||
#include "common/error.h"
|
||||
#include "common/log.h"
|
||||
#include "postgres/pageChecksum.h"
|
||||
#include "postgres/type.h"
|
||||
|
||||
|
Reference in New Issue
Block a user