pgsql: Fix symlink() errno on Windows. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Fix symlink() errno on Windows.
Date
Msg-id E1onAdK-000gsu-8t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix symlink() errno on Windows.

Ancient bug noticed while working on a test suite for these functions.

https://postgr.es/m/CA%2BhUKG%2BajSQ_8eu2AogTncOnZ5me2D-Cn66iN_-wZnRjLN%2Bicg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/359d601095ce2361bad50f9f8b0bcfe4da1eb886

Modified Files
--------------
src/port/dirmod.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Fix type of cursor_position in jsonlog table
Next
From: Michael Paquier
Date:
Subject: pgsql: Clean up some GUC declarations and comments