Re: Fix typo in comment of compute_return_type()

2024-12-25 Thread Michael Paquier
On Wed, Dec 25, 2024 at 05:44:17PM +0800, Japin Li wrote: > When I reading the implementation of CreateFunction(), I found there is a typo > in comment of compute_return_type(). Good catch. Will fix! -- Michael signature.asc Description: PGP signature

Re: Fix typo in comment

2022-05-06 Thread Tom Lane
Alvaro Herrera writes: > On 2022-May-06, Zaorang Yang wrote: >> Maybe, the first letter of comments in postinit.c should be capitalized. > Hmm, typically these one-line comments are not "full sentences", so they > don't have capitals and no ending periods either. I wouldn't like the > endless st

Re: Fix typo in comment

2022-05-06 Thread Daniel Gustafsson
> On 6 May 2022, at 14:50, Alvaro Herrera wrote: > > On 2022-May-06, Zaorang Yang wrote: > >> Maybe, the first letter of comments in postinit.c should be capitalized. > > Hmm, typically these one-line comments are not "full sentences", so they > don't have capitals and no ending periods either.

Re: Fix typo in comment

2022-05-06 Thread Alvaro Herrera
On 2022-May-06, Zaorang Yang wrote: > Maybe, the first letter of comments in postinit.c should be capitalized. Hmm, typically these one-line comments are not "full sentences", so they don't have capitals and no ending periods either. I wouldn't like the endless stream of patches that would resul

Re: Fix typo in comment

2021-01-04 Thread Amit Kapila
On Tue, Jan 5, 2021 at 5:36 AM Peter Smith wrote: > > PSA a trivial patch to correct a comment typo. > LGTM. Pushed! -- With Regards, Amit Kapila.