pgsql: Remove PARTIAL_LINKING build mode.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove PARTIAL_LINKING build mode.
Date: 2018-03-31 00:38:00
Message-ID: E1f24Wu-0004vw-26@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove PARTIAL_LINKING build mode.

In 9956ddc19164b02dc1925fb389a1af77472eba5e, ten years ago, the
current objfile.txt based linking model was introduced. It's time to
retire the old SUBSYS.o based model.

This primarily is pertinent because the bitcode files for LLVM based
inlining are not produced when using PARTIAL_LINKING. It does not seem
worth to fix PARTIAL_LINKING to support that.

Author: Andres Freund
Discussion: https://postgr.es/m/20180121204356.d5oeu34jetqhmdv2@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a4ebbd27527087fcf3ade36f4e0072033e5b2f78

Modified Files
--------------
src/backend/common.mk | 6 ------
1 file changed, 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-31 00:52:31 pgsql: Portability fix for commit 9a895462d.
Previous Message Tatsuo Ishii 2018-03-31 00:29:11 pgsql: Fix bug with view locking code.