mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 07:07:22 -04: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue