pgsql: Remove unused AC_SUBST variables - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove unused AC_SUBST variables
Date
Msg-id E1STJ6Y-0007xU-4y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unused AC_SUBST variables

These were apparently never used.  The AC_SUBST was probably just
added in a copy-and-paste manner.  (The shell variables continue to be
used inside configure.  The change is just that we don't need them
outside of configure.)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7b85527eaee2cdcfc33d9f8c6c8e4a4908f7f58d

Modified Files
--------------
configure    |   12 ------------
configure.in |    6 ------
2 files changed, 0 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix WaitLatchOrSocket to handle EOF on socket correctly.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid unnecessary process wakeups in the log collector.