pgsql: Put back AC_REQUIRE([AC_STRUCT_TM]). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Put back AC_REQUIRE([AC_STRUCT_TM]).
Date
Msg-id E1SU86C-0005Aj-Ie@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Assert that WaitLatchOrSocket callers cannot wait only for writa
Next
From: Tom Lane
Date:
Subject: pgsql: Revert "Add some temporary instrumentation to pgstat.c."