Mark ItemPointer arguments as const thoughoutly

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Mark ItemPointer arguments as const thoughoutly
Date: 2025-09-10 02:26:42
Message-ID: CAEoWx2nBaypg16Z5ciHuKw66pk850RFWw9ACS2DqqJ_AkKeRsw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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/

Attachment Content-Type Size
v1-0001-Mark-ItemPointer-arguments-as-const-thoughoutly.patch application/octet-stream 44.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2025-09-10 02:31:57 Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Previous Message Jeff Davis 2025-09-10 01:50:37 Re: Incorrect logic in XLogNeedsFlush()