pgsql: Remove unused AC_DEFINE symbols

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unused AC_DEFINE symbols
Date: 2012-05-14 20:04:53
Message-ID: E1SU1Vl-0007Qp-VY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused AC_DEFINE symbols

ENABLE_DTRACE unused as of a7b7b07af340c73adee9959edf260695591a9496
HAVE_ERR_SET_MARK unused as of 4ed4b6c54e5fab24ab2624d80e26f7546edc88ad
HAVE_FCVT unused as of 4553e1d80f824291932cfde30aa24a76dd8f1941
HAVE_STRUCT_SOCKADDR_UN unused as of b4cea00a1fc9d2270bfe9aeeee44915378d5f733
HAVE_SYSCONF unused as of f83356c7f574bc69969f29dc7b430b286a0cd9f4
TM_IN_SYS_TIME never used, obsolescent per Autoconf documentation

Branch
------
master

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

Modified Files
--------------
config/c-library.m4 | 5 +-
configure | 179 +-------------------------------------------
configure.in | 7 +-
src/include/pg_config.h.in | 18 -----
4 files changed, 6 insertions(+), 203 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-05-14 20:12:47 pgsql: Assert that WaitLatchOrSocket callers cannot wait only for writa
Previous Message Peter Eisentraut 2012-05-14 19:56:41 Re: Re: [COMMITTERS] pgsql: Ensure age() returns a stable value rather than the latest value