pgsql: Fix failure-to-compile-standalone in ecpg's dt.h.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix failure-to-compile-standalone in ecpg's dt.h.
Дата
Msg-id E1hzT5Q-0001zd-NG@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix failure-to-compile-standalone in ecpg's dt.h.

This has to have <time.h>, or the references to "struct tm" don't
mean what they should.

We have some other recently-introduced issues of the same ilk,
but this one seems old.  No backpatch though, as it's only a
latent problem for most purposes.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5c66e99178c2f72042034cceb6bc4902650a2608

Modified Files
--------------
src/interfaces/ecpg/pgtypeslib/dt.h | 2 ++
1 file changed, 2 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Disallow changing an inherited column's type if not allparents
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix failure-to-compile-standalone in scripts_parallel.h.