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

From Chao Li
Subject Mark ItemPointer arguments as const thoughoutly
Date
Msg-id CAEoWx2nBaypg16Z5ciHuKw66pk850RFWw9ACS2DqqJ_AkKeRsw@mail.gmail.com
Whole thread Raw
Responses Re: Mark ItemPointer arguments as const thoughoutly
Re: Mark ItemPointer arguments as const thoughoutly
List 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

pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Incorrect logic in XLogNeedsFlush()
Next
From: Peter Smith
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2