[COMMITTERS] pgsql: Add minimal regression test for blessed record type transfer. - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Add minimal regression test for blessed record type transfer.
Date
Msg-id E1dl2rk-0001VI-48@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add minimal regression test for blessed record type transfer.

Test that blessed records can be transferred through a TupleQueue and
correctly decoded by another backend.  While touching the file, make
sure that force_parallel_mode settings only cover relevant tests.

Author: Thomas Munro, editorialized by Andres Freund
Reviewed-By: Andres Freund
Discussion: https://postgr.es/m/20170823054644.efuzftxjpfi6wwqs%40alap3.anarazel.de

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/select_parallel.out | 38 ++++++++++++++++++++++++++-
src/test/regress/sql/select_parallel.sql      | 31 ++++++++++++++++++++--
2 files changed, 66 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Fix bug that can cause walsender not to terminating atshutdown.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Code review for pushing LIMIT through subqueries.