Commit 8f623be
committed
Remove useless symbol from Makefile.global.
I added HAVE_IPV6 to Makefile.global way back in commit 7703e55
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.1 parent 9e12fb0 commit 8f623be
3 files changed
+1
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
654 | 653 | | |
655 | 654 | | |
656 | 655 | | |
| |||
15347 | 15346 | | |
15348 | 15347 | | |
15349 | 15348 | | |
15350 | | - | |
15351 | 15349 | | |
15352 | 15350 | | |
15353 | 15351 | | |
15354 | 15352 | | |
15355 | 15353 | | |
15356 | 15354 | | |
15357 | 15355 | | |
15358 | | - | |
15359 | 15356 | | |
15360 | 15357 | | |
15361 | 15358 | | |
15362 | | - | |
15363 | 15359 | | |
15364 | 15360 | | |
15365 | 15361 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1652 | 1652 | | |
1653 | 1653 | | |
1654 | 1654 | | |
1655 | | - | |
1656 | 1655 | | |
1657 | | - | |
1658 | | - | |
| 1656 | + | |
1659 | 1657 | | |
1660 | 1658 | | |
1661 | 1659 | | |
1662 | | - | |
1663 | 1660 | | |
1664 | 1661 | | |
1665 | 1662 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | 500 | | |
504 | 501 | | |
505 | 502 | | |
| |||
0 commit comments