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.
pull/62/head
Tom Lane 5 years ago
parent c7edf4ac24
commit a4b03de589
  1. 1
      src/include/storage/standby.h

@ -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…
Cancel
Save