pgsql: Remove useless symbol from Makefile.global.

Started by Tom Laneover 7 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Remove useless symbol from Makefile.global.

I added HAVE_IPV6 to Makefile.global way back in commit 7703e55c3
so that we could transmit its value to the shell-script version of
initdb. Since initdb was rewritten in C, it's been finding that
out from pg_config.h instead, so this is useless. Keeping it here
just wastes configure and make cycles, plus it's a potential
two-sources-of-truth problem.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8f623bedfb4fee5a125b25720e5451379cf26ff9

Modified Files
--------------
configure | 4 ----
configure.in | 5 +----
src/Makefile.global.in | 3 ---
3 files changed, 1 insertion(+), 11 deletions(-)