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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
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 18:42:06
Message-ID: 6922.1567795326@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-09-06 19:15:45 pgsql: Update v12 release notes through today, and add major-enhancemen
Previous Message Andrew Dunstan 2019-09-06 18:26:13 Re: pgsql: Use data directory inode number, not port, to select SysV resour

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2019-09-06 18:47:58 Re: SQL-spec incompatibilities in similar_escape() and related stuff
Previous Message Andrew Dunstan 2019-09-06 18:26:13 Re: pgsql: Use data directory inode number, not port, to select SysV resour