pgsql: Fix symlink() errno on Windows.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix symlink() errno on Windows.
Date: 2022-10-25 03:29:42
Message-ID: E1onAdK-000gsu-8t@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-10-25 05:06:57 pgsql: Clean up some GUC declarations and comments
Previous Message Michael Paquier 2022-10-25 00:30:11 pgsql: doc: Fix type of cursor_position in jsonlog table