Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a4b03de

Browse files
committed
Make storage/standby.h compile standalone again.
This file has failed headerscheck/cpluspluscheck verification since commit 0650ff2, as a result of referencing typedef TimestampTz without including the appropriate header.
1 parent c7edf4a commit a4b03de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/storage/standby.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#ifndef STANDBY_H
1515
#define STANDBY_H
1616

17+
#include "datatype/timestamp.h"
1718
#include "storage/lock.h"
1819
#include "storage/procsignal.h"
1920
#include "storage/relfilenode.h"

0 commit comments

Comments
 (0)