pgsql: PL/Tcl: Fix compiler warnings with Tcl 8.6 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: PL/Tcl: Fix compiler warnings with Tcl 8.6
Date
Msg-id E1U171l-0006JC-5g@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: pgrowlocks: fix bogus lock strength output
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add CREATE RECURSIVE VIEW syntax