mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 07:46:09 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue