pgsql: Add post-2010 ecpg tests to checktcp.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add post-2010 ecpg tests to checktcp.
Date: 2017-11-11 22:54:13
Message-ID: E1eDefF-0007d5-OK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add post-2010 ecpg tests to checktcp.

This suite had been a proper superset of the regular ecpg test suite,
but the three newest tests didn't reach it. To make this less likely to
recur, delete the extra schedule file and pass the TCP-specific test on
the command line. Back-patch to 9.3 (all supported versions).

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ae5489e1470c04e8c96999204d85d940dc737142

Modified Files
--------------
src/interfaces/ecpg/test/Makefile | 4 +--
src/interfaces/ecpg/test/ecpg_schedule_tcp | 55 ------------------------------
2 files changed, 2 insertions(+), 57 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2017-11-12 21:09:42 pgsql: Don't call pgwin32_message_to_UTF16() without CurrentMemoryConte
Previous Message Noah Misch 2017-11-11 22:29:34 pgsql: Fix connect/test1 expected output.