pgsql: Make storage/standby.h compile standalone again.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make storage/standby.h compile standalone again.
Date: 2021-01-24 23:09:01
Message-ID: E1l3oVB-0007a2-Bk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-01-25 02:21:09 pgsql: Fix ALTER PUBLICATION...DROP TABLE behavior.
Previous Message Tom Lane 2021-01-24 21:30:11 pgsql: Update time zone data files to tzdata release 2021a.