pgsql: Remove make function vpathsearch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove make function vpathsearch
Дата
Msg-id E1rULIX-003dsE-Py@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix catalog lookup due to wrong snapshot for subtransactions dur
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Doc: Fix incorrect reference to conflicting column in pg_replica