Fix expecteddir argument in pg_regress
Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>
From: Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-03-11T08:23:16Z
Lists: pgsql-hackers
Attachments
- v01-0001-pg_regress-Use-expecteddir-for-the-expected-file.patch (application/octet-stream) patch v1-0001
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
Commits
-
Fix handling of expecteddir in pg_regress
- 564326299997 16.3 landed
- 196eeb6b2f7c 17.0 landed
-
regress: allow to specify directory containing expected files, for ecpg
- c855872074b5 16.0 cited