Re: Remove PARTIAL_LINKING?
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2018-01-22T17:28:19Z
Lists: pgsql-hackers
On 1/21/18 15:43, Andres Freund wrote: > We've still some support for building the backend with PARTIAL_LINKING / > SUBSYS.o instead of the current objfiles.txt approach. > http://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=9956ddc19164b02dc1925fb389a1af77472eba5e > > Any objections to removing that? Seems that's largely just removing a > bit of logic from common.mk. Yeah, I think it's OK to remove that. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Remove PARTIAL_LINKING build mode.
- a4ebbd275270 11.0 landed
-
Link postgres from all object files at once, to avoid the error-prone
- 9956ddc19164 8.4.0 cited