TAP tests for psql \g piped into program
Daniel Verite <daniel@manitou-mail.org>
From: "Daniel Verite" <daniel@manitou-mail.org>
To: pgsql-hackers@lists.postgresql.org
Date: 2023-01-02T21:32:03Z
Lists: pgsql-hackers
Attachments
- tap-test-psql-g-program.patch (text/plain) patch
Hi, This is a follow-up to commit d2a44904 from the 2022-11 CF [1] The TAP tests were left out with the suggestion to use Perl instead of cat (Unix) / findstr (Windows) as the program to pipe into. PFA a patch implementing that suggestion. [1] https://commitfest.postgresql.org/40/4000/ Best regards, -- Daniel Vérité https://postgresql.verite.pro/ Twitter: @DanielVerite
Commits
-
Add regression tests for psql \g piped into a program
- be8d4cb13cb4 17.0 landed
-
Add regression tests for psql's \o and \g on files
- d2a4490401f2 16.0 cited