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-0007dC-PD@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_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4cd5d8a9eb7be2906602a97d39c2bd4fb9e8153f

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.