pgsql: Make reformat-dat-files, reformat-dat-files VPATH safe.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Make reformat-dat-files, reformat-dat-files VPATH safe.
Дата
Msg-id E1gNNTR-0006kp-GB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make reformat-dat-files, reformat-dat-files VPATH safe.

The reformat_dat_file.pl script, added by 372728b0d49552641, supported
all the necessary options to make it work in a VPATH build, but the
makefile invocations didn't take VPATH into account. Fix that.

Discussion: https://postgr.es/m/20181115185303.d2z7wonx23mdfvd3@alap3.anarazel.de
Backpatch: 11-, where 372728b0d49552641 was merged

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8fbb2a92e014fea609988ed665133333ebf42d39

Modified Files
--------------
src/include/catalog/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Make reformat-dat-files, reformat-dat-files VPATH safe.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Rationalize expression context reset in ExecModifyTable().