From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> |
Cc: | Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: TAP tests and symlinks on Windows |
Date: | 2020-07-08 16:22:04 |
Message-ID: | 20200708162204.GA1937@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2020-Jul-08, Andrew Dunstan wrote:
> On 7/8/20 11:07 AM, Juan José Santamaría Flecha wrote:
> > There is a utility cygpath [1] meant for the conversion between Unix
> > and Windows path formats, that might be a meaningful name also.
> >
> > [1] http://cygwin.net/cygwin-ug-net/cygpath.html
>
> Oh, good find. But unfortunately it's not present in my msys1 installations.
>
> So we'll still need to use the 'pwd -W` trick for those.
I think his point is not to use that utility, just to use its name as
the name of the perl routine.
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Justin Pryzby | 2020-07-08 16:30:21 | Re: Missing HashAgg EXPLAIN ANALYZE details for parallel plans |
Previous Message | Alvaro Herrera | 2020-07-08 16:20:31 | Re: max_slot_wal_keep_size and wal_keep_segments |