Re: CFbot does not recognize patch contents - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: CFbot does not recognize patch contents
Date
Msg-id 20240512.191111.1213825596847583935.t-ishii@sranhm.sra.co.jp
Whole thread Raw
In response to Re: CFbot does not recognize patch contents  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Responses Re: CFbot does not recognize patch contents
List pgsql-hackers
> I am able to apply all your patches. I found that a similar thing
> happened before [0] and I guess your case is similar. Adding Thomas to
> CC, he may be able to help more.

Ok. Thanks for the info.

> Nitpick: There is a trailing space warning while applying one of your patches:
> Applying: Row pattern recognition patch (docs).
> .git/rebase-apply/patch:81: trailing whitespace.
>  company  |   tdate    | price | first_value | max | count

Yes, I know. The reason why there's a trailing whitespace is, I copied
the psql output and pasted it into the docs. I wonder why psql adds
the whitespace. Unless there's a good reason to do that, I think it's
better to fix psql so that it does not emit trailing spaces in its
output.

Best reagards,
--
Tatsuo Ishii
SRA OSS LLC
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp



pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: CFbot does not recognize patch contents
Next
From: Alexander Lakhin
Date:
Subject: Re: Why is citext/regress failing on hamerkop?