You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-18 23:57:33 +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:
@ -2,6 +2,7 @@
|
||||
PostgreSQL Info
|
||||
***********************************************************************************************************************************/
|
||||
#include "common/debug.h"
|
||||
#include "common/log.h"
|
||||
#include "common/memContext.h"
|
||||
#include "postgres/info.h"
|
||||
#include "postgres/type.h"
|
||||
|
@ -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