Re: Convert sepgsql tests to TAP

Robins Tharakan <tharakan@gmail.com>

From: Robins Tharakan <tharakan@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, Peter Eisentraut <peter@eisentraut.org>, pgsql-hackers <pgsql-hackers@postgresql.org>, Joe Conway <mail@joeconway.com>, Andreas Karlsson <andreas@proxel.se>
Date: 2025-01-25T00:09:57Z
Lists: pgsql-hackers
On Sat, 25 Jan 2025 at 10:11, Tom Lane <tgl@sss.pgh.pa.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@dell:~/proj/build-farm-17$ head -430 PGBuild/Utils.pm | tail -3
                $bindir = "$tmp_loc/bin";
                $libdir = "$tmp_loc/lib";
        }

-
robins

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. sepgsql: update TAP test to use fat comma style

  2. Convert sepgsql tests to TAP

  3. meson: Fix sepgsql installation