pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb
Дата
Msg-id E1QZQui-0004ua-Om@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix symlink for errcodes.h so it works in VPATH builds from tarballs.

backend/Makefile was treating errcodes.h as a header always generated
during build, but actually it's a header provided in tarballs.  Hence,
must use the absolute-symlink recipe, not the relative-symlink one.
Per bug #6072 from Hartmut Raschick.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0ade8421b5b2c85185fdfddbd5833222e5d4146b

Modified Files
--------------
src/backend/Makefile |    5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)


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

Предыдущее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc: Correct the behavior of SQLSetConnectAttr() for the
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb