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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Tcl: Fix compiler warnings with Tcl 8.6
Date: 2013-02-01 03:10:57
Message-ID: E1U171l-0006JC-5g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-02-01 03:33:05 pgsql: Add CREATE RECURSIVE VIEW syntax
Previous Message Alvaro Herrera 2013-01-31 22:37:50 pgsql: pgrowlocks: fix bogus lock strength output