| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andres Freund <andres(at)anarazel(dot)de> |
| Cc: | pgsql-hackers(at)postgresql(dot)org, peter_e(at)gmx(dot)net |
| Subject: | Re: Remove PARTIAL_LINKING? |
| Date: | 2018-01-21 20:48:47 |
| Message-ID: | 12633.1516567727@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Andres Freund <andres(at)anarazel(dot)de> writes:
> We've still some support for building the backend with PARTIAL_LINKING /
> SUBSYS.o instead of the current objfiles.txt approach.
> Any objections to removing that?
+1. I think the reason for holding onto the old code was mainly fear of
hitting command-line length limits in the link step. Since that still
hasn't happened 10 years later, even on the oldest buildfarm critters,
it seems moot. We'd probably just decide to desupport any platform where
that did happen in future.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Emre Hasegeli | 2018-01-21 20:59:19 | Re: [HACKERS] [PATCH] Improve geometric types |
| Previous Message | Andres Freund | 2018-01-21 20:43:56 | Remove PARTIAL_LINKING? |