mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Fix WAL_DEBUG build
broken by commit e18512c000
Reported-by: Peter Geoghegan <pg@bowt.ie>
This commit is contained in:
@@ -104,6 +104,10 @@
|
||||
#include "utils/timestamp.h"
|
||||
#include "utils/varlena.h"
|
||||
|
||||
#ifdef WAL_DEBUG
|
||||
#include "utils/memutils.h"
|
||||
#endif
|
||||
|
||||
/* timeline ID to be used when bootstrapping */
|
||||
#define BootstrapTimeLineID 1
|
||||
|
||||
|
Reference in New Issue
Block a user