Code-Cleanup: char* -> const char*

Поиск
Список
Период
Сортировка
От Stefan Huehner
Тема Code-Cleanup: char* -> const char*
Дата
Msg-id 20070314162627.GB16000@pro4u.org
обсуждение исходный текст
Ответы Re: Code-Cleanup: char* -> const char*  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Hi,

attached patches marks several char* variables as const where they are
initialized with constant strings.

Regards,
Stefan


Вложения

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

Предыдущее
От: Stefan Huehner
Дата:
Сообщение: Code-Cleanup: function declarations (void, and k&r style)
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: LIMIT/SORT optimization