Re: pgsql: Use data directory inode number, not port, to select SysV resour

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Use data directory inode number, not port, to select SysV resour
Date: 2019-09-06 19:51:54
Message-ID: b59a39e5-3013-47e6-2549-1595928dfa1d@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


On 9/6/19 2:42 PM, Tom Lane wrote:
> Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> writes:
>> Given your stated intention, I think the simplest way to get it is just
>> this, without worrying about what the perl modules might do:
>> -if ($@)
>> +if ($@ || $windows_os)
> WFM, do you want to push that?
>
>

done.

cheers

andrew

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-09-06 20:40:48 pgsql: doc: Fix awkward markup
Previous Message Andrew Dunstan 2019-09-06 19:51:08 pgsql: Always skip recovery SysV shared memory tests on Windows

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera from 2ndQuadrant 2019-09-06 19:54:34 Re: SQL-spec incompatibilities in similar_escape() and related stuff
Previous Message Joe Conway 2019-09-06 19:50:09 Re: add a MAC check for TRUNCATE