mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 07:39:58 +00:00
## Problem https://github.com/neondatabase/neon/issues/7570 Even triggers are supported only for superusers. ## Summary of changes Temporary switch to superuser when even trigger is created and disable execution of user's even triggers under superuser. --------- Co-authored-by: Dimitri Fontaine <dim@tapoueh.org> Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
# ----------
|
|
# Like in PostgreSQL src/test/regress/parallel_schedule, we put no
|
|
# more than twenty tests in any one parallel group; this limits the
|
|
# number of connections needed to run the tests.
|
|
# ----------
|
|
|
|
test: neon-cid
|
|
test: neon-rel-truncate
|
|
test: neon-clog
|
|
test: neon-test-utils
|
|
test: neon-vacuum-full
|
|
test: neon-event-triggers
|