Add const qualifiers

Поиск
Список
Период
Сортировка
От David Steele
Тема Add const qualifiers
Дата
Msg-id 669a035c-d23d-2f38-7ff0-0cb93e01d610@pgmasters.net
обсуждение исходный текст
Ответы Re: Add const qualifiers  (David Steele <david@pgmasters.net>)
Список 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


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Initdb-time block size specification
Следующее
От: jian he
Дата:
Сообщение: Re: PATCH: Add REINDEX tag to event triggers