Fix expecteddir argument in pg_regress

From: Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix expecteddir argument in pg_regress
Date: 2024-03-11 08:23:16
Message-ID: CAO6_Xqq5yKJHcJsq__LPcKwSY0XHRqVERNWGxx5ttNXXj7+W=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all!

pg_regress accepts the expecteddir argument. However, it is never used
and outputdir is used instead to get the expected files paths.

This patch fixes this and uses the expecteddir argument as expected.

Regards,
Anthonin

Attachment Content-Type Size
v01-0001-pg_regress-Use-expecteddir-for-the-expected-file.patch application/octet-stream 1.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2024-03-11 08:33:48 Re: Reducing the log spam
Previous Message Oleg Tselebrovskiy 2024-03-11 08:21:11 [PROPOSAL] Skip test citext_utf8 on Windows