pgsql: Small improvement for plpgsql regression test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Small improvement for plpgsql regression test.
Date: 2018-05-18 16:10:46
Message-ID: E1fJhxu-0004Nr-8I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Small improvement for plpgsql regression test.

Use DISCARD PLANS instead of a reconnect to force reconstruction of
a cached plan; this corresponds more nearly to what people might
actually do in practice.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7d5b403b8d418742b734f85fda32b0eca8ee4113

Modified Files
--------------
src/pl/plpgsql/src/expected/plpgsql_record.out | 6 ++++--
src/pl/plpgsql/src/sql/plpgsql_record.sql | 7 +++++--
2 files changed, 9 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-05-18 17:05:22 pgsql: Recognize that MSVC can support strtoll() and strtoull().
Previous Message Magnus Hagander 2018-05-18 15:55:14 pgsql: Fix error message on short read of pg_control