pgsql: Make storage/standby.h compile standalone again. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make storage/standby.h compile standalone again.
Date
Msg-id E1l3oVB-0007a2-Bk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a4b03de589c1df0845e9732da203f505f2eedb6d

Modified Files
--------------
src/include/storage/standby.h | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update time zone data files to tzdata release 2021a.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix ALTER PUBLICATION...DROP TABLE behavior.