pgsql: Added test for cursor handling on different connections to regre

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Added test for cursor handling on different connections to regre
Date: 2011-12-18 17:47:52
Message-ID: E1RcKq0-0004NH-5J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Added test for cursor handling on different connections to regression test
suite for ecpg.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/22232834c54c315ed57708806c9f8a9b962e2988

Modified Files
--------------
src/interfaces/ecpg/test/expected/preproc-cursor.c | 400 ++++++++++++--------
.../ecpg/test/expected/preproc-cursor.stderr | 386 +++++++++++---------
.../ecpg/test/expected/preproc-cursor.stdout | 2 +-
src/interfaces/ecpg/test/preproc/cursor.pgc | 125 ++++---
4 files changed, 516 insertions(+), 397 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.