pgsql: Added special handling of CONNECTION variable that is used by

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Added special handling of CONNECTION variable that is used by
Date: 2005-12-02 15:04:49
Message-ID: 20051202150449.6A1D59DD763@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Added special handling of CONNECTION variable that is used by ECPG instead of given to the backend.
I failed to notice that CONNECTION had become a keyword in 8.1.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/interfaces/ecpg/preproc:
ecpg_keywords.c (r1.31 -> r1.31.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg_keywords.c.diff?r1=1.31&r2=1.31.2.1)
preproc.y (r1.311.2.1 -> r1.311.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y.diff?r1=1.311.2.1&r2=1.311.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-02 17:39:44 pgsql: Remove idea of increasing NUMERIC length: < * Change NUMERIC to
Previous Message Michael Meskes 2005-12-02 15:03:58 pgsql: Added special handling of CONNECTION variable that is used by