pgsql: PL/Tcl: Fix compiler warnings with Tcl 8.6

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: PL/Tcl: Fix compiler warnings with Tcl 8.6
Дата
Msg-id E1U171l-0006JC-5g@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
PL/Tcl: Fix compiler warnings with Tcl 8.6

Some constification was added in the Tcl APIs, so add the modifiers in
PL/Tcl as well.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b1980f6d03f79ab57da8f32aa8cd9677dbe1d58f

Modified Files
--------------
src/pl/tcl/pltcl.c |    9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pgrowlocks: fix bogus lock strength output
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add CREATE RECURSIVE VIEW syntax