pgsql: pg_standby: Don't use HAVE_WORKING_LINK

Started by Peter Eisentrautover 6 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

pg_standby: Don't use HAVE_WORKING_LINK

HAVE_WORKING_LINK is meant to indicate support for hard links, mainly
for Windows. Here it is used for soft links on Unix, and the
functionality is optional anyway, so we can just make it error out
normally if needed.

Discussion: /messages/by-id/72fff73f-dc9c-4ef4-83e8-d2e60c98df48@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1810ca18bfad9072facc548417630115b078483e

Modified Files
--------------
contrib/pg_standby/pg_standby.c | 2 --
1 file changed, 2 deletions(-)