Re: Trivial patch to fix a typo

2025-08-02 Thread Chao Li
Hi Michael, Thank you so much for your help. I am new to PG development, I'll keep learning. :) Chao Li (Evan) -- HighGo Software Inc. https://www.highgo.com/ Michael Paquier 于2025年8月2日周六 18:55写道: > On Fri, Aug 01, 2025 at 03:16:18PM +0800, Chao Li wrote: > > Ah ..

Re: Trivial patch to fix a typo

2025-08-02 Thread Michael Paquier
On Fri, Aug 01, 2025 at 03:16:18PM +0800, Chao Li wrote: > Ah ... Good to learn. Attached v2 updated the out file as well, now the > test passed: > > $ make check > ... > # All 229 tests passed. That's much better ;) Applied now down to v18. -- Michael signature.asc Description: PGP signature

Re: Trivial patch to fix a typo

2025-08-01 Thread Chao Li
Ah ... Good to learn. Attached v2 updated the out file as well, now the test passed: $ make check ... # All 229 tests passed. Thanks a lot. Chao Li (Evan) -- HighGo Software Inc. https://www.highgo.com/ Michael Paquier 于2025年8月1日周五 15:04写道: > On Fri, Aug 01, 2025 a

Re: Trivial patch to fix a typo

2025-08-01 Thread Michael Paquier
On Fri, Aug 01, 2025 at 02:56:33PM +0800, Chao Li wrote: > I happened to catch this typo while reading the regression test code, so > submitting a fix. > > As the typo is in the code comment, no test needs to run. Incorrect. The comment is included in the generated output, impacting also foreign

Trivial patch to fix a typo

2025-07-31 Thread Chao Li
Hi Committers, I happened to catch this typo while reading the regression test code, so submitting a fix. As the typo is in the code comment, no test needs to run. Best regards, Chao Li (Evan) -- HighGo Software Inc. https://www.highgo.com/ v1-0001-Fixed-a-typo-in-s