Re: Mark ItemPointer arguments as const thoughoutly - Mailing list pgsql-hackers

From Nazir Bilal Yavuz
Subject Re: Mark ItemPointer arguments as const thoughoutly
Date
Msg-id CAN55FZ38krdfp9ijswTO6G9HT+osffLi1G0b-uK8R=+awMt1Gw@mail.gmail.com
Whole thread Raw
In response to Mark ItemPointer arguments as const thoughoutly  (Chao Li <li.evan.chao@gmail.com>)
List pgsql-hackers
Hi,

On Wed, 10 Sept 2025 at 05:27, Chao Li <li.evan.chao@gmail.com> 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 to see if CI
passes.

If you would like to run CI yourself, you can do so by forking the
Postgres GitHub repository and enabling Cirrus CI on your fork. Once
that is done, each commit will trigger a CI run. More details are
available in the README [1].

[1] https://git.postgresql.org/cgit/postgresql.git/tree/src/tools/ci/README

-- 
Regards,
Nazir Bilal Yavuz
Microsoft



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: VM corruption on standby
Next
From: Nazir Bilal Yavuz
Date:
Subject: Re: Update Windows CI Task Names: Server 2022 + VS 2022 Upgrade