pgsql: pg_standby: Don't use HAVE_WORKING_LINK

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_standby: Don't use HAVE_WORKING_LINK
Date: 2020-03-03 07:56:34
Message-ID: E1j92Pq-0006oc-9S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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: https://www.postgresql.org/message-id/flat/72fff73f-dc9c-4ef4-83e8-d2e60c98df48%402ndquadrant.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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-03 16:06:54 pgsql: Allow to_date/to_timestamp to recognize non-English month/day na
Previous Message Fujii Masao 2020-03-03 06:02:28 pgsql: Fix typo in monitoring.sgml.