pgsql: Add some const qualifiers

2025-10-18 Thread Peter Eisentraut
Add some const qualifiers in guc-related source files, in anticipation of some further restructuring. Reviewed-by: Chao Li Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch -- master Details --- https://git.postgresql.org

pgsql: Add some const qualifiers

2023-09-26 Thread Peter Eisentraut
Add some const qualifiers There was a mismatch between the const qualifiers for excludeDirContents in src/backend/backup/basebackup.c and src/bin/pg_rewind/filemap.c, which led to a quick search for similar cases. We should make excludeDirContents match, but the rest of the changes seem like a go