Re: Mark ItemPointer arguments as const thoughoutly

2025-10-30 Thread Chao Li
Hi Peter, > On Oct 30, 2025, at 21:30, Peter Eisentraut wrote: > > I have committed most of this patch. Thank you so much for committing my patch and for your guidance. I’m still ramping up on PostgreSQL development, and your guidance has been super helpful to me. > > I didn't like the few

Re: Mark ItemPointer arguments as const thoughoutly

2025-10-30 Thread Peter Eisentraut
On 26.09.25 04:54, Chao Li wrote: On Wed, Sep 10, 2025 at 1:20 PM Chao Li > wrote: On Sep 10, 2025, at 12:20, Chao Li mailto:[email protected]>> wrote: v2 tries to fix the CI failure. Chao Li (Evan) - HighGo Software

Re: Mark ItemPointer arguments as const thoughoutly

2025-09-25 Thread Chao Li
On Wed, Sep 10, 2025 at 1:20 PM Chao Li wrote: > > > On Sep 10, 2025, at 12:20, Chao Li wrote: > > v2 tries to fix the CI failure. > > Chao Li (Evan) > - > HighGo Software Co., Ltd. > https://www.highgo.com/ > > > > > Here is the CF patch https://commitfest.postgresql.org/pa

Re: Mark ItemPointer arguments as const thoughoutly

2025-09-20 Thread Chao Li
v2 tries to fix the CI failure. Chao Li (Evan) - HighGo Software Co., Ltd. https://www.highgo.com/ v2-0001-Mark-ItemPointer-arguments-as-const-thoughoutly.patch Description: Binary data

Re: Mark ItemPointer arguments as const thoughoutly

2025-09-18 Thread Nazir Bilal Yavuz
Hi, On Wed, 10 Sept 2025 at 05:27, Chao Li wrote: > > Hi Hacker, > > This is a follow up 991295f. I searched over the src/ and make all > ItemPointer arguments as const as much as possible. > > I made clean build and no waring found. And "make check" also passes. I will > create a patch on CF t

Mark ItemPointer arguments as const thoughoutly

2025-09-13 Thread Chao Li
Hi Hacker, This is a follow up 991295f. I searched over the src/ and make all ItemPointer arguments as const as much as possible. I made clean build and no waring found. And "make check" also passes. I will create a patch on CF to see if CI passes. Best regards, Chao Li (Evan) --

Re: Mark ItemPointer arguments as const thoughoutly

2025-09-09 Thread Chao Li
> On Sep 10, 2025, at 12:20, Chao Li wrote: > > v2 tries to fix the CI failure. > > Chao Li (Evan) > - > HighGo Software Co., Ltd. > https://www.highgo.com/ > > Here is the CF patch https://commitfest.postgresql.org/patch/6046/, and the CI tests passed. Best regards,