forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3792959
committed
Fix transaction.sql tests in higher isolation levels.
It seems like a useful sanity check to be able to run "installcheck"against a cluster running with default_transaction_level set toserializable or repeatable read. Only one thing currently fails inthose configurations, so let's fix that.No back-patch for now, because it fails in many other places in some ofthe stable branches. We'd have to go back and fix those too if weincluded this configuration in automated testing.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/CA%2BhUKGJUaHeK%3DHLATxF1JOKDjKJVrBKA-zmbPAebOM0Se2FQRg%40mail.gmail.com1 parent6b67d72 commit3792959
File tree
2 files changed
+6
-0
lines changed- src/test/regress
- expected
- sql
2 files changed
+6
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1026 | 1026 |
| |
1027 | 1027 |
| |
1028 | 1028 |
| |
| 1029 | + | |
1029 | 1030 |
| |
1030 | 1031 |
| |
1031 | 1032 |
| |
| |||
1043 | 1044 |
| |
1044 | 1045 |
| |
1045 | 1046 |
| |
| 1047 | + | |
1046 | 1048 |
| |
1047 | 1049 |
| |
1048 | 1050 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
578 | 578 |
| |
579 | 579 |
| |
580 | 580 |
| |
| 581 | + | |
| 582 | + | |
581 | 583 |
| |
582 | 584 |
| |
583 | 585 |
| |
584 | 586 |
| |
585 | 587 |
| |
586 | 588 |
| |
587 | 589 |
| |
| 590 | + | |
| 591 | + | |
588 | 592 |
| |
589 | 593 |
| |
590 | 594 |
| |
|
0 commit comments
Comments
(0)