pgsql: Adjust parallel_schedule with event triggers on authenticated lo

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust parallel_schedule with event triggers on authenticated lo
Date: 2023-10-27 08:34:49
Message-ID: E1qwIIq-002YkM-PJ@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust parallel_schedule with event triggers on authenticated login

Event triggers on authenticated login could catch the connection of the
concurrent test. In order to prevent this side effect we need to run
the event_trigger test alone.

Discussion: https://postgr.es/m/flat/CAMEv5_sS5G7K1PCV2oBx5+1NF1ZneJ6C5Z_xV_SWsZMukdFZiA(at)mail(dot)gmail(dot)com
Author: Mikhail A. Gribkov
Reviewed-by: Aleksander Alekseev

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/83510534d5f3f116efa035639b9b62b8c6c4df34

Modified Files
--------------
src/test/regress/parallel_schedule | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-10-27 10:47:44 Re: pgsql: Adjust parallel_schedule with event triggers on authenticated lo
Previous Message Amit Kapila 2023-10-27 08:06:12 pgsql: Commit b195e6d482 forgot to update meson.build.