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

From Tom Lane
Subject pgsql: Fix failure-to-compile-standalone in ecpg's dt.h.
Date
Msg-id E1hzT5Q-0001zd-NG@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Disallow changing an inherited column's type if not allparents
Next
From: Tom Lane
Date:
Subject: pgsql: Fix failure-to-compile-standalone in scripts_parallel.h.