1
0
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:
Peter Eisentraut
2024-10-28 17:44:18 +01:00
parent 123474cbce
commit 8a98822bcc

View File

@@ -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