mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Fix WAL_DEBUG build
broken by commit e18512c000
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/varlena.h"
|
||||
|
||||
#ifdef WAL_DEBUG
|
||||
#include "utils/memutils.h"
|
||||
#endif
|
||||
|
||||
/* timeline ID to be used when bootstrapping */
|
||||
#define BootstrapTimeLineID 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user