forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b885d0
committed
Remove the flaky check in event_trigger_login regression test
The query checks that pg_database.dathasloginevt is unset on connect whenthere are no event triggers. However, unsetting this flag is implemented ina 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 LakhinDiscussion:https://postgr.es/m/44807d19-81a6-3884-3e0f-22dd99aac3ed%40gmail.com1 parent58fbbc9 commit4b885d0
File tree
2 files changed
+0
-7
lines changed- src/test/regress
- expected
- sql
2 files changed
+0
-7
lines changedLines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - |
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - |
0 commit comments
Comments
(0)