Обсуждение: pgsql: Put back AC_REQUIRE([AC_STRUCT_TM]).

Поиск
Список
Период
Сортировка

pgsql: Put back AC_REQUIRE([AC_STRUCT_TM]).

От
Tom Lane
Дата:
Put back AC_REQUIRE([AC_STRUCT_TM]).

The BSD-ish members of the buildfarm all seem to think removing this
was a bad idea.  It looks to me like it resulted in omitting the system
header inclusion necessary to detect the fields of struct tm correctly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f667747b6d30c524c210501f5a2ca8e543a1bb67

Modified Files
--------------
config/c-library.m4        |    3 +-
configure                  |   62 ++++++++++++++++++++++++++++++++++++++++++++
src/include/pg_config.h.in |    3 ++
3 files changed, 67 insertions(+), 1 deletions(-)