pgsql: In ecpg removed old leftover check for given connection name.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In ecpg removed old leftover check for given connection name.
Date: 2011-12-18 17:47:52
Message-ID: E1RcKq0-0004NN-9E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In ecpg removed old leftover check for given connection name.

Ever since we introduced real prepared statements this should work for
different connections. The old solution just emulating prepared statements,
though, wasn't able to handle this.

Closes: #6309

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/972e27b2e244378bbdcba5486fdcfc30274376ea

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.addons | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2011-12-18 18:04:54 pgsql: Mark variables as const in pgtypeslib if they only carry a forma
Previous Message Bruce Momjian 2011-12-18 13:33:01 pgsql: Remove tabs in SGML file.