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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix cast-away-const problem as well as bogus calculation of
Date
Msg-id 20081215190748.148FC7563FE@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: Do not try to change a const variable.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Do not try to change a const variable.