| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove useless symbol from Makefile.global. |
| Date: | 2018-11-06 15:58:11 |
| Message-ID: | E1gK3k3-00045q-Ar@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Emre Hasegeli | 2018-11-06 17:19:28 | Re: New Defects reported by Coverity Scan for PostgreSQL |
| Previous Message | Thomas Munro | 2018-11-06 08:40:47 | pgsql: Remove some remaining traces of dsm_resize(). |