diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2024-01-17 23:16:53 +0200 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2024-01-17 23:16:53 +0200 |
commit | 4b885d01f9676f62d8b8156e45282c631181369f (patch) | |
tree | cce996bd32a176c7fe1811645c78247704cb878c /src/backend/tcop/postgres.c | |
parent | 58fbbc9d683cc7a79a790fe9f17dd374c56445cc (diff) | |
download | postgresql-4b885d01f9676f62d8b8156e45282c631181369f.tar.gz postgresql-4b885d01f9676f62d8b8156e45282c631181369f.zip |
Remove the flaky check in event_trigger_login regression test
The query checks that pg_database.dathasloginevt is unset on connect when
there are no event triggers. However, unsetting this flag is implemented in
a non-blocking way, so a concurrent autovacuum connection breaks this check.
It doesn't seem we can do much with this, at least within a regression test.
So, remove it.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/44807d19-81a6-3884-3e0f-22dd99aac3ed%40gmail.com
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions