Re: Tests for psql \g and \o

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: Tests for psql \g and \o
Дата
Msg-id 20221130183359.GL24131@telsasoft.com
обсуждение исходный текст
Ответ на Re: Tests for psql \g and \o  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Tests for psql \g and \o  (Michael Paquier <michael@paquier.xyz>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: Tests for psql \g and \o
Следующее
От: Sayyid Ali Sajjad Rizavi
Дата:
Сообщение: Allow round() function to accept float and double precision