pgsql: Put back AC_REQUIRE([AC_STRUCT_TM]).

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put back AC_REQUIRE([AC_STRUCT_TM]).
Date: 2012-05-15 03:06:56
Message-ID: E1SU86C-0005Aj-Ie@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-05-15 03:09:16 pgsql: Revert "Add some temporary instrumentation to pgstat.c."
Previous Message Simon Riggs 2012-05-14 23:31:20 Re: Re: [COMMITTERS] pgsql: Ensure age() returns a stable value rather than the latest value