Re: pgsql: Do not try to change a const variable.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Do not try to change a const variable.
Date: 2008-12-15 18:30:00
Message-ID: 1229365800.8673.309.camel@ebony.2ndQuadrant
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On Mon, 2008-12-15 at 15:34 +0000, Michael Meskes wrote:

> Modified Files:
> --------------

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

I get this

misc.c:253: warning: assignment discards qualifiers from pointer target
type

I'm guessing that error comes from this commit?

--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Services and Support

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-15 19:07:48 pgsql: Fix cast-away-const problem as well as bogus calculation of
Previous Message Tom Lane 2008-12-15 18:09:41 pgsql: Arrange for the pg_foo_is_visible and has_foo_privilege families