Commit a4b03de5 authored by Tom Lane's avatar Tom Lane

Make storage/standby.h compile standalone again.

This file has failed headerscheck/cpluspluscheck verification since
commit 0650ff23, as a result of referencing typedef TimestampTz
without including the appropriate header.
parent c7edf4ac
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment