Add const qualifiers - Mailing list pgsql-hackers

From David Steele
Subject Add const qualifiers
Date
Msg-id 669a035c-d23d-2f38-7ff0-0cb93e01d610@pgmasters.net
Whole thread Raw
Responses Re: Add const qualifiers
List pgsql-hackers
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.

Regards,
-David


Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Initdb-time block size specification
Next
From: jian he
Date:
Subject: Re: PATCH: Add REINDEX tag to event triggers