pgsql: Undo overly enthusiastic de-const-ification.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Undo overly enthusiastic de-const-ification.
Дата
Msg-id E1QZaEP-0005GC-Og@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Undo overly enthusiastic de-const-ification.

s/const//g wasn't exactly what I was suggesting here ... parameter
declarations of the form "const structtype *param" are good and useful,
so put those occurrences back.  Likewise, avoid casting away the const
in a "const void *" parameter.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/223be216afa13b708904ca1d72898f2ccf5cef40

Modified Files
--------------
src/backend/storage/lmgr/predicate.c |   71 +++++++++++++++++-----------------
1 files changed, 35 insertions(+), 36 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In pg_upgrade, check that the binary and data directories are th
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add a bit of markup