From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Robins Tharakan <tharakan(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Julien Rouhard <pgbuildfarm(at)rjuju(dot)ne> |
Cc: | Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Joe Conway <mail(at)joeconway(dot)com>, Andreas Karlsson <andreas(at)proxel(dot)se> |
Subject: | Re: Convert sepgsql tests to TAP |
Date: | 2025-01-25 00:50:27 |
Message-ID: | 51a89513-61da-4327-8f6a-526d5e72be25@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2025-01-24 Fr 7:09 PM, Robins Tharakan wrote:
>
> On Sat, 25 Jan 2025 at 10:11, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Yeah, that's about what I expected. As a workaround until Andrew
> updates the BF client, you could do
>
> - $libdir = "$tmp_loc/lib/postgresql";
> + $libdir = "$tmp_loc/lib";
>
> at about line 429 of PGBuild/Utils.pm
>
>
> Ack. Triggered a fresh HEAD run to see how it pans out.
>
> postgres(at)dell:~/proj/build-farm-17$ head -430 PGBuild/Utils.pm | tail -3
> $bindir = "$tmp_loc/bin";
> $libdir = "$tmp_loc/lib";
> }
>
Here's the hot fix (which passed my test with a directory with pgsql in
its path):
https://github.com/PGBuildFarm/client-code/commit/f6c6dd52d2959814452454890fb9838429c5c3e8
cheers
andrew
--
Andrew Dunstan
EDB:https://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | James Hunter | 2025-01-25 01:04:40 | Re: Proposal: "query_work_mem" GUC, to distribute working memory to the query's individual operators |
Previous Message | James Hunter | 2025-01-25 00:48:59 | Re: Proposal: "query_work_mem" GUC, to distribute working memory to the query's individual operators |