Re: pgbench - add \if support

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgbench - add \if support
Дата
Msg-id alpine.DEB.2.20.1803011107190.7903@lancre
обсуждение исходный текст
Ответ на Re: pgbench - add \if support  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgbench - add \if support  ("Daniel Verite" <daniel@manitou-mail.org>)
Список pgsql-hackers
Hello Andres,

>> Here is a very minor rebase.
>
> Your recent patches all seem to have windows line-endings.

There does not seem to be any on my side:

   sh> hexdump pgbench-if-6.patch | grep '0[ad]' | head -3
     0000040 6562 636e 2e68 6773 6c6d 690a 646e 7865
     0000060 2031 3031 3630 3434 2d0a 2d2d 6120 642f
     0000080 6770 6562 636e 2e68 6773 6c6d 2b0a 2b2b

There are a few LF (0a) but no CR (0d) visible.

I'd guess that you are running on windows, that the mime-type of the 
attachement is "text/x-diff", which is what my ubuntu box lists as 
appropriate for "*.patch", and that because of "text/" your mail client 
would have decided to switch "\n" to "\r\n" on its own?

> It'd be good to fix that for the future...

What should I do about transformations on the receiving side?

-- 
Fabien.


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

Предыдущее
От: Nikita Glukhov
Дата:
Сообщение: Re: Cast jsonb to numeric, int, float, bool
Следующее
От: Andres Freund
Дата:
Сообщение: Re: TAP test module - PostgresClient