pgsql: Disable force_parallel_mode in libpq_pipeline

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disable force_parallel_mode in libpq_pipeline
Date: 2021-03-31 21:46:36
Message-ID: E1lRifc-00049T-Sl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable force_parallel_mode in libpq_pipeline

Some buildfarm animals with force_parallel_mode=regress were failing
this test because the error is reported in a parallel worker quicker
than the rows that succeed.

Take the opportunity to move the SET of lc_messages out of the traced
section, because it's not very interesting.

Diagnosed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/3304521.1617221724@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/test/modules/libpq_pipeline/libpq_pipeline.c | 12 ++++++++----
.../libpq_pipeline/traces/disallowed_in_pipeline.trace | 3 ---
src/test/modules/libpq_pipeline/traces/multi_pipelines.trace | 3 ---
src/test/modules/libpq_pipeline/traces/pipeline_abort.trace | 3 ---
src/test/modules/libpq_pipeline/traces/prepared.trace | 3 ---
src/test/modules/libpq_pipeline/traces/simple_pipeline.trace | 3 ---
src/test/modules/libpq_pipeline/traces/singlerow.trace | 3 ---
src/test/modules/libpq_pipeline/traces/transaction.trace | 3 ---
8 files changed, 8 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2021-03-31 22:07:43 Re: pgsql: Extended statistics on expressions
Previous Message Tom Lane 2021-03-31 21:14:38 pgsql: Fix unportable use of isprint().