Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8a98822

Browse files
committed
Fix WAL_DEBUG build
broken by commit e18512c Reported-by: Peter Geoghegan <pg@bowt.ie>
1 parent 123474c commit 8a98822

File tree

1 file changed

+4
-0
lines changed
  • src/backend/access/transam

1 file changed

+4
-0
lines changed

src/backend/access/transam/xlog.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
#include "utils/timestamp.h"
105105
#include "utils/varlena.h"
106106

107+
#ifdef WAL_DEBUG
108+
#include "utils/memutils.h"
109+
#endif
110+
107111
/* timeline ID to be used when bootstrapping */
108112
#define BootstrapTimeLineID 1
109113

0 commit comments

Comments
 (0)