Re: pgsql: Enable Unix-domain sockets support on Windows

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Enable Unix-domain sockets support on Windows
Date: 2020-06-30 23:06:24
Message-ID: ac4a7683-40e8-6052-4cca-a3783346ffb2@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


On 6/30/20 12:13 AM, Amit Kapila wrote:
> On Mon, Jun 29, 2020 at 8:48 PM Andrew Dunstan
> <andrew(dot)dunstan(at)2ndquadrant(dot)com> wrote:
>>
>>
>>
>> It needs to be a path from the Windows POV, not an Msys virtualized
>> path. So c:/tmp or just /tmp should work, but /c/tmp or similar probably
>> will not. The directory needs to exist. I just checked that this is
>> working, both in postgresql.conf and on the psql command line.
>>
> Okay, thanks for the verification. I was trying to see its behavior
> on Win7 or a similar environment where this feature is not supported
> to see if we get the appropriate error message. If by any chance, you
> have access to such an environment, then it might be worth trying on
> such an environment once.
>

I haven't had a working Windows 7 environment for quite some years.

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-07-01 00:16:29 pgsql: Further adjustments to Hashagg EXPLAIN ANALYZE output
Previous Message Michael Meskes 2020-06-30 18:19:47 pgsql: Fix ecpg crash with bytea and cursor variables.

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2020-06-30 23:10:46 Re: Remove Deprecated Exclusive Backup Mode
Previous Message Peter Geoghegan 2020-06-30 22:37:05 Re: track_planning causing performance regression