aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/libpq_pipeline/traces/disallowed_in_pipeline.trace
Commit message (Collapse)AuthorAge
* Disable force_parallel_mode in libpq_pipelineAlvaro Herrera2021-03-31
| | | | | | | | | | | | 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@sss.pgh.pa.us> Discussion: https://postgr.es/m/3304521.1617221724@sss.pgh.pa.us
* libpq_pipeline: add PQtrace() support and testsAlvaro Herrera2021-03-30
The libpq_pipeline program recently introduced by commit acb7e4eb6b1c is well equipped to test the PQtrace() functionality, so let's make it do that. Author: Álvaro Herrera <alvherre@alvh.no-ip.org> Discussion: https://postgr.es/m/20210327192812.GA25115@alvherre.pgsql