Re: Add const qualifiers

From: David Steele <david(at)pgmasters(dot)net>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add const qualifiers
Date: 2023-09-09 20:03:37
Message-ID: d2d18bf3-0600-0b3a-6189-069f681a4449@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Jones 2023-09-09 20:36:10 Re: [PATCH] Add inline comments to the pg_hba_file_rules view
Previous Message Tom Lane 2023-09-09 19:18:07 Re: BUG #18097: Immutable expression not allowed in generated at