From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Thomas Munro <munro(at)ip9(dot)org> |
Cc: | Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: const correctness |
Date: | 2011-12-07 19:48:57 |
Message-ID: | 1323287337.27491.3.camel@vanquo.pezone.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On ons, 2011-11-09 at 21:15 +0000, Thomas Munro wrote:
> I've attached a new patch, which simply adds the keyword 'const' in
> lots of places, no new functions etc. This version generates no
> warnings under -Wcast-qual (now that I've read Peter E's thread and
> been inspired to fix up some places that previously cast away const)
> for all code under backend/nodes. To achieve that I had to stray
> outside backend/nodes and change get_leftop and get_rightop (from
> clauses.h).
Patch committed.
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2011-12-07 20:17:44 | Re: documentation issue - extensions |
Previous Message | Robert Haas | 2011-12-07 19:09:08 | Re: [v9.2] Fix Leaky View Problem |