mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03: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:
@ -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"
|
||||
|
Reference in New Issue
Block a user