1
0
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:
David Steele
2018-05-23 09:45:08 -04:00
parent dfa92b359d
commit 2f6017511f
21 changed files with 54 additions and 21 deletions

View File

@ -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"

View File

@ -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"