pgsql: Remove make function vpathsearch

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove make function vpathsearch
Date: 2024-01-29 06:39:13
Message-ID: E1rULIX-003dsE-Py@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove make function vpathsearch

This function served to support having prebuilt files in the source
tree for vpath builds. This is no longer possible (since
721856ff24b); all built files are now always in the build tree. The
invocations of this function are no longer required.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/54fac0e50502765f66a9fad1ca8169b1cb75498e

Modified Files
--------------
doc/src/sgml/Makefile | 10 +++++-----
src/Makefile.global.in | 2 --
src/backend/catalog/Makefile | 4 ++--
3 files changed, 7 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-01-29 06:54:51 pgsql: Doc: Fix incorrect reference to conflicting column in pg_replica
Previous Message Amit Kapila 2024-01-29 05:30:15 pgsql: Fix catalog lookup due to wrong snapshot for subtransactions dur