Adjust parallel_schedule with event triggers on authenticated login
authorAlexander Korotkov <akorotkov@postgresql.org>
Fri, 27 Oct 2023 08:30:39 +0000 (11:30 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Fri, 27 Oct 2023 08:34:30 +0000 (11:34 +0300)
commit83510534d5f3f116efa035639b9b62b8c6c4df34
tree18770021ed07444462d22779ac477ad14feb3834
parent8949b978ff49a9b72455545e9bf08f4313a1bb92
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@mail.gmail.com
Author: Mikhail A. Gribkov
Reviewed-by: Aleksander Alekseev
src/test/regress/parallel_schedule