- Notifications
You must be signed in to change notification settings - Fork4.9k
Commite2501d8
committed
Fix minor bug in isolationtester.
If the lock wait query failed, isolationtester would report thePQerrorMessage from some other connection, meaning there would beno message or an unrelated one. This seems like a pretty unlikelyoccurrence, but if it did happen, this bug could make it reallydifficult/confusing to figure out what happened. That seems tojustify patching all the way back.In passing, clean up another place where the "wrong" conn was usedfor an error report. That one's not actually buggy because it'sa different alias for the same connection, but it's still confusingto the reader.1 parentc776cd4 commite2501d8
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
609 | 609 |
| |
610 | 610 |
| |
611 | 611 |
| |
612 |
| - | |
| 612 | + | |
613 | 613 |
| |
614 | 614 |
| |
615 | 615 |
| |
| |||
739 | 739 |
| |
740 | 740 |
| |
741 | 741 |
| |
742 |
| - | |
| 742 | + | |
743 | 743 |
| |
744 | 744 |
| |
745 | 745 |
| |
|
0 commit comments
Comments
(0)