pgsql: Fix PGXS vpath build when PostgreSQL is built with vpath

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix PGXS vpath build when PostgreSQL is built with vpath
Дата
Msg-id E1XwehQ-0003wL-Nx@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix PGXS vpath build when PostgreSQL is built with vpath

PGXS computes srcdir from VPATH, PostgreSQL proper computes VPATH from
srcdir, and doing both results in an error from make.  Conditionalize so
only one of these takes effect.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b58233c71b93a32fcab7219585cafc25a27eb769

Modified Files
--------------
src/Makefile.global.in |    3 +++
1 file changed, 3 insertions(+)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix PGXS vpath build when PostgreSQL is built with vpath
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd.