Fix WAL_DEBUG build
broken by commit e18512c000e Reported-by: Peter Geoghegan <pg@bowt.ie>
This commit is contained in:
parent
123474cbce
commit
8a98822bcc
@ -104,6 +104,10 @@
|
|||||||
#include "utils/timestamp.h"
|
#include "utils/timestamp.h"
|
||||||
#include "utils/varlena.h"
|
#include "utils/varlena.h"
|
||||||
|
|
||||||
|
#ifdef WAL_DEBUG
|
||||||
|
#include "utils/memutils.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* timeline ID to be used when bootstrapping */
|
/* timeline ID to be used when bootstrapping */
|
||||||
#define BootstrapTimeLineID 1
|
#define BootstrapTimeLineID 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user