Make storage/standby.h compile standalone again.
This file has failed headerscheck/cpluspluscheck verification since commit 0650ff230, as a result of referencing typedef TimestampTz without including the appropriate header.
This commit is contained in:
parent
c7edf4ac24
commit
a4b03de589
@ -14,6 +14,7 @@
|
||||
#ifndef STANDBY_H
|
||||
#define STANDBY_H
|
||||
|
||||
#include "datatype/timestamp.h"
|
||||
#include "storage/lock.h"
|
||||
#include "storage/procsignal.h"
|
||||
#include "storage/relfilenode.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user