Re: Tests for psql \g and \o
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Daniel Verite <daniel@manitou-mail.org>, pgsql-hackers@lists.postgresql.org
Date: 2022-11-30T18:33:59Z
Lists: pgsql-hackers
On Wed, Nov 30, 2022 at 02:50:16PM +0900, Michael Paquier wrote: > On Wed, Nov 23, 2022 at 09:18:57PM +0100, Daniel Verite wrote: > > PFA a new patch addressing these issues. > > Thanks, the tests part of the main regression test suite look good to > me, so I have applied them after fixing a few typos and tweaking the > style of the test. Regarding the tests with pipes, I had cold feet > with the dependencies on cat for non-WIN32 or findstr for WIN32. I think you could do that with a perl 0-liner. $ echo foo |perl -pe '' foo -- Justin
Commits
-
Add regression tests for psql's \o and \g on files
- d2a4490401f2 16.0 landed