Thread
Commits
-
Fix broken indentation
- 918e7287ed20 18.0 landed
-
Fix a couple of comment typos
- d8555e522eca 18.0 landed
-
Typo in multixact.c and jsonfuncs.c documentation
Junwang Zhao <zhjwpku@gmail.com> — 2025-04-30T01:24:50Z
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
-
Re: Typo in multixact.c and jsonfuncs.c documentation
David Rowley <dgrowleyml@gmail.com> — 2025-04-30T01:41:19Z
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
Fujii Masao <masao.fujii@oss.nttdata.com> — 2025-04-30T07:13:28Z
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
David Rowley <dgrowleyml@gmail.com> — 2025-04-30T07:29:30Z
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