Обсуждение: Mark ItemPointer arguments as const thoughoutly

Поиск
Список
Период
Сортировка

Mark ItemPointer arguments as const thoughoutly

От
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)
---------------------
HighGo Software Co., Ltd.
https://www.highgo.com/
Вложения

Re: Mark ItemPointer arguments as const thoughoutly

От
Chao Li
Дата:
v2 tries to fix the CI failure.

Chao Li (Evan)
---------------------
HighGo Software Co., Ltd.
https://www.highgo.com/

Вложения

Re: Mark ItemPointer arguments as const thoughoutly

От
Chao Li
Дата:


On Sep 10, 2025, at 12:20, Chao Li <li.evan.chao@gmail.com> wrote:

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>

Here is the CF patch https://commitfest.postgresql.org/patch/6046/, and the CI tests passed.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/




Re: Mark ItemPointer arguments as const thoughoutly

От
Nazir Bilal Yavuz
Дата:
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



Re: Mark ItemPointer arguments as const thoughoutly

От
Chao Li
Дата:
On Wed, Sep 10, 2025 at 1:20 PM Chao Li <li.evan.chao@gmail.com> wrote:


On Sep 10, 2025, at 12:20, Chao Li <li.evan.chao@gmail.com> wrote:

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>

Here is the CF patch https://commitfest.postgresql.org/patch/6046/, and the CI tests passed.


Rebased again to v3.

Chao Li (Evan)
---------------------
HighGo Software Co., Ltd.
Вложения