forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf7ab71b
committed
Fix typo and comments related to the recent no-wait lock improvements
The argument of dontWait at the top of ProcSleep() was documentedbackwards, and there was a typo in lock.c.Thinkos in2346df6.Author: Will MortensenReviewed-by: Jingxian Li, Michael PaquierDiscussion:https://postgr.es/m/CAMpnoC5f+eiS7tdy8PUpd_LacSTVT-pYpVooKfjHRQQmkHPZ2g@mail.gmail.com1 parentdd087e1 commitf7ab71b
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1060 | 1060 |
| |
1061 | 1061 |
| |
1062 | 1062 |
| |
1063 |
| - | |
| 1063 | + | |
1064 | 1064 |
| |
1065 | 1065 |
| |
1066 | 1066 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1054 | 1054 |
| |
1055 | 1055 |
| |
1056 | 1056 |
| |
1057 |
| - | |
1058 |
| - | |
| 1057 | + | |
| 1058 | + | |
1059 | 1059 |
| |
1060 | 1060 |
| |
1061 | 1061 |
| |
|
0 commit comments
Comments
(0)