- Notifications
You must be signed in to change notification settings - Fork5
Commitfb4c5d2
committed
Code cleanup for assign_XactIsoLevel.
The new coding avoids a spurious debug message when a transactionthat has changed the isolation level has been rolled back. It alsoallows the property to be freely changed to the current value withina subtransaction.Kevin Grittner, with one small change by me.1 parentcb38ab6 commitfb4c5d2
File tree
3 files changed
+17
-16
lines changed- src
- backend
- commands
- utils/misc
- include/utils
3 files changed
+17
-16
lines changedLines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
546 | 546 |
| |
547 | 547 |
| |
548 | 548 |
| |
549 |
| - | |
550 | 549 |
| |
551 | 550 |
| |
552 | 551 |
| |
553 |
| - | |
| 552 | + | |
| 553 | + | |
554 | 554 |
| |
555 |
| - | |
556 |
| - | |
557 |
| - | |
558 |
| - | |
559 |
| - | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
560 | 560 |
| |
561 |
| - | |
562 |
| - | |
563 |
| - | |
564 |
| - | |
565 |
| - | |
566 |
| - | |
567 |
| - | |
568 |
| - | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
569 | 568 |
| |
| 569 | + | |
570 | 570 |
| |
571 | 571 |
| |
572 | 572 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
428 |
| - | |
429 | 428 |
| |
430 | 429 |
| |
431 | 430 |
| |
| |||
440 | 439 |
| |
441 | 440 |
| |
442 | 441 |
| |
| 442 | + | |
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| 204 | + | |
204 | 205 |
| |
205 | 206 |
| |
206 | 207 |
| |
|
0 commit comments
Comments
(0)