pgsql: Put libpq_pipeline cancel test back

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Put libpq_pipeline cancel test back
Дата
Msg-id E1rmBzV-004RIC-6D@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Put libpq_pipeline cancel test back

I disabled it in cc6e64afda53 because it was unstable; hopefully the
changes here make it more stable.  (Jelte proposed to submit the queries
using simple query protocol, but I chose to instead make the monitor
connection wait until the PgSleep wait event is seen.  This is probably
not a terribly meaningful increase in coverage ...)

Discussion: https://postgr.es/m/CAGECzQRQh_5tSy+5cndgv08eNJ2O0Zpwn2YddJtSsmC=Wpy1BQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6b3678d3474ff456b3229e4829c595be1c0c2888

Modified Files
--------------
src/test/modules/libpq_pipeline/libpq_pipeline.c | 37 ++++++++++++++----------
1 file changed, 22 insertions(+), 15 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix EXPLAIN Bitmap heap scan to count pages with no visible tupl
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add missing source files to nls.mk