forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit13b3b62
committed
Don't use the pg_am system catalog in new test
This causes deadlocks because it's a highly trafficked catalog. Use aregular table created by the same test instead.Discussion:https://postgr.es/m/f3e61e27-19d0-5e40-3eb2-53282fa0532a@gmail.com1 parent867cc7b commit13b3b62
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
548 | 548 |
| |
549 | 549 |
| |
550 | 550 |
| |
551 |
| - | |
552 |
| - | |
| 551 | + | |
| 552 | + | |
553 | 553 |
| |
554 | 554 |
| |
555 | 555 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 |
| - | |
| 352 | + | |
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
|
0 commit comments
Comments
(0)