Re: Add const qualifiers - Mailing list pgsql-hackers

From David Steele
Subject Re: Add const qualifiers
Date
Msg-id d2d18bf3-0600-0b3a-6189-069f681a4449@pgmasters.net
Whole thread Raw
In response to Add const qualifiers  (David Steele <david@pgmasters.net>)
Responses Re: Add const qualifiers
List pgsql-hackers
On 9/1/23 11:39, David Steele wrote:
> Hackers,
> 
> I noticed that there was a mismatch between the const qualifiers for 
> excludeDirContents in src/backend/backup/backup/basebackup.c and 
> src/bin/pg_rewind/file_map.c and that led me to use ^static const.*\*.*= 
> to do a quick search for similar cases.
> 
> I think at the least we should make excludeDirContents match, but the 
> rest of the changes seem like a good idea as well.

Added to 2023-11 CF.

Regards,
-David



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #18097: Immutable expression not allowed in generated at
Next
From: Jim Jones
Date:
Subject: Re: [PATCH] Add inline comments to the pg_hba_file_rules view