forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9cce91d
committed
Only log 'process acquired lock' if we actually did get the lock. This
test seems inessential right now since the only control path for notgetting the lock is via CHECK_FOR_INTERRUPTS which won't return controlto ProcSleep, but it would be important if we ever allow the deadlockcode to kill someone else's transaction instead of our own.1 parentec4595d commit9cce91d
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
890 |
| - | |
| 890 | + | |
891 | 891 |
| |
892 | 892 |
| |
893 | 893 |
| |
| |||
918 | 918 |
| |
919 | 919 |
| |
920 | 920 |
| |
921 |
| - | |
| 921 | + | |
922 | 922 |
| |
923 | 923 |
| |
924 | 924 |
| |
925 | 925 |
| |
| 926 | + | |
926 | 927 |
| |
927 | 928 |
| |
928 | 929 |
| |
929 | 930 |
| |
930 |
| - | |
| 931 | + | |
931 | 932 |
| |
932 | 933 |
| |
933 | 934 |
| |
|
0 commit comments
Comments
(0)