| From: | meskes(at)postgresql(dot)org (Michael Meskes) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Applied Zoltan's patch to make ecpg spit out warnings if a local |
| Date: | 2010-04-01 08:41:02 |
| Message-ID: | 20100401084102.212D67541D0@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Applied Zoltan's patch to make ecpg spit out warnings if a local variable hides a global one with the same name.
Modified Files:
--------------
pgsql/src/interfaces/ecpg/preproc:
descriptor.c (r1.32 -> r1.33)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/descriptor.c?r1=1.32&r2=1.33)
type.c (r1.88 -> r1.89)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/type.c?r1=1.88&r2=1.89)
type.h (r1.54 -> r1.55)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/type.h?r1=1.54&r2=1.55)
variable.c (r1.54 -> r1.55)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/variable.c?r1=1.54&r2=1.55)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2010-04-01 10:04:59 | Re: pgsql: Add contraint exclusion section to contraint docs. |
| Previous Message | User Itagaki | 2010-04-01 08:10:10 | pgstatsinfo - pg_statsinfo: Fix a bug that writer_conn_last_used does |