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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Make storage/standby.h compile standalone again.
Дата
Msg-id E1l3oVB-0007a2-Bk@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update time zone data files to tzdata release 2021a.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix ALTER PUBLICATION...DROP TABLE behavior.