From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Simplify PGAC_STRUCT_TIMEZONE Autoconf macro |
Date: | 2019-10-07 14:55:29 |
Message-ID: | E1iHUQ5-0003or-Dm@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Simplify PGAC_STRUCT_TIMEZONE Autoconf macro
Since 63bd0db12199c5df043e1dea0f2b574f622b3a4c we don't use tzname
anymore, so we don't need to check for it. Instead, just keep the
part of PGAC_STRUCT_TIMEZONE that we need, which is the check for
struct tm.tm_zone.
Discussion: https://www.postgresql.org/message-id/flat/5eb11a37-f3ca-5fb7-308f-4485dec25a2e%402ndquadrant.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/400d5ffcafa65e0f742dd29de83b035b8ea27c4a
Modified Files
--------------
config/c-library.m4 | 31 ++++-------------
configure | 78 +------------------------------------------
src/include/pg_config.h.in | 10 ------
src/include/pg_config.h.win32 | 10 ------
src/pl/plpython/plpython.h | 1 -
5 files changed, 7 insertions(+), 123 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2019-10-07 16:39:32 | pgsql: Check for too many postmaster children before spawning a bgworke |
Previous Message | Tom Lane | 2019-10-07 14:39:15 | pgsql: Hack pg_ctl to report postmaster's exit status. |