pgsql: Cursor names in the backend are not case-sensitve.

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cursor names in the backend are not case-sensitve.
Date: 2010-09-10 10:13:20
Message-ID: 20100910101320.625637541E2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Cursor names in the backend are not case-sensitve. This change makes sure that
ecpg also does not regard cursor names as case-sensitive.

Thanks to Zoltan Boszormenyi for the patch.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/preproc:
ecpg.addons (r1.19 -> r1.20)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.addons?r1=1.19&r2=1.20)
ecpg.header (r1.16 -> r1.17)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.header?r1=1.16&r2=1.17)
ecpg.trailer (r1.26 -> r1.27)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.trailer?r1=1.26&r2=1.27)

Browse pgsql-committers by date

  From Date Subject
Next Message User Uwebartels 2010-09-10 12:18:37 pgstatspack - pgstatspack: add snapid ordering, report for table + index
Previous Message Hiroshi Saito 2010-09-10 01:54:50 psqlodbc - psqlodbc: add the change logs.