[COMMITTERS] pgsql: Add minimal regression test for blessed record type transfer.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [COMMITTERS] pgsql: Add minimal regression test for blessed record type transfer.
Дата
Msg-id E1dl2rk-0001VI-48@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Fix bug that can cause walsender not to terminating atshutdown.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Code review for pushing LIMIT through subqueries.