Thread: Typo in multixact.c and jsonfuncs.c documentation

Typo in multixact.c and jsonfuncs.c documentation

From
Junwang Zhao
Date:
Found a trivial typo in multixact.c, after searching the code base
there is another such typo in jsonfuncs.c.

- * range, that is, greater to or equal than oldestMultiXactId, and less than
+ * range, that is, greater than or equal to oldestMultiXactId, and less than

-- 
Regards
Junwang Zhao

Attachment

Re: Typo in multixact.c and jsonfuncs.c documentation

From
David Rowley
Date:
On Wed, 30 Apr 2025 at 13:25, Junwang Zhao <zhjwpku@gmail.com> wrote:
> Found a trivial typo in multixact.c, after searching the code base
> there is another such typo in jsonfuncs.c.

Thanks. Pushed.

David



Re: Typo in multixact.c and jsonfuncs.c documentation

From
Fujii Masao
Date:

On 2025/04/30 10:41, David Rowley wrote:
> On Wed, 30 Apr 2025 at 13:25, Junwang Zhao <zhjwpku@gmail.com> wrote:
>> Found a trivial typo in multixact.c, after searching the code base
>> there is another such typo in jsonfuncs.c.
> 
> Thanks. Pushed.

This commit seems to have caused an indent-check failure on the buildfarm member koel.
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=koel&dt=2025-04-30%2002%3A19%3A00

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION




Re: Typo in multixact.c and jsonfuncs.c documentation

From
David Rowley
Date:
On Wed, 30 Apr 2025 at 19:13, Fujii Masao <masao.fujii@oss.nttdata.com> wrote:
> This commit seems to have caused an indent-check failure on the buildfarm member koel.
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=koel&dt=2025-04-30%2002%3A19%3A00

Thanks. Fixed.

David