Fix accidentally cast away qualifiers

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Fix accidentally cast away qualifiers
Дата
Msg-id b04f4d3a-5e70-4e73-9ef2-87f777ca4aac@eisentraut.org
обсуждение исходный текст
Ответы Re: Fix accidentally cast away qualifiers
Re: Fix accidentally cast away qualifiers
Список pgsql-hackers
This patch fixes cases where a qualifier (const, in all cases here) was 
dropped by a cast, but the cast was otherwise necessary or desirable, so 
the straightforward fix is to add the qualifier into the cast.

This was checked with gcc -Wcast-qual, but it doesn't fix all such 
warnings, only the trivially fixable ones.
Вложения

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