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

From Tom Lane
Subject pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb
Date
Msg-id E1QZQui-0004ua-Om@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Correct the behavior of SQLSetConnectAttr() for the
Next
From: Tom Lane
Date:
Subject: pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb