pgsql: Fix cast-away-const problem as well as bogus calculation of

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix cast-away-const problem as well as bogus calculation of
Date: 2008-12-15 19:07:48
Message-ID: 20081215190748.148FC7563FE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix cast-away-const problem as well as bogus calculation of required buffer size.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
misc.c (r1.45 -> r1.46)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/misc.c?r1=1.45&r2=1.46)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-15 19:09:07 Re: pgsql: Do not try to change a const variable.
Previous Message Simon Riggs 2008-12-15 18:30:00 Re: pgsql: Do not try to change a const variable.