Remove make function vpathsearch

Peter Eisentraut <peter@eisentraut.org>

Commit: 54fac0e50502765f66a9fad1ca8169b1cb75498e
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-01-29T06:24:59Z
Releases: 17.0
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.

Files

PathChange+/−
doc/src/sgml/Makefile modified +5 −5
src/backend/catalog/Makefile modified +2 −2
src/Makefile.global.in modified +0 −2