]> granicus.if.org Git - postgresql/commit
Add minimal regression test for blessed record type transfer.
authorAndres Freund <andres@anarazel.de>
Fri, 25 Aug 2017 00:42:49 +0000 (17:42 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 25 Aug 2017 00:42:49 +0000 (17:42 -0700)
commitd36f7efb39e1b9613193b2e12717dbe2418ddae5
treee5bb0cfc4699dc17e923de8cb9c624db53095f83
parentd7694fc148707cd8335d9ccfde9f4c17290189db
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
src/test/regress/expected/select_parallel.out
src/test/regress/sql/select_parallel.sql