forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6057f61
committed
Small improvements in comments in async.c.
We seem to have lost a line somewhere along the way in the comment blockthat discusses async.c's locks, because it suddenly refers to "both locks"without previously having mentioned more than one. Add a sentence to makethat read more sanely. Also, refer to the "pos of the slowest backend"not the "tail of the slowest backend", since we have no per-backend valuecalled "tail".1 parenta16db3a commit6057f61
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
| 227 | + | |
227 | 228 |
| |
228 | 229 |
| |
229 | 230 |
| |
| |||
234 | 235 |
| |
235 | 236 |
| |
236 | 237 |
| |
237 |
| - | |
| 238 | + | |
238 | 239 |
| |
239 | 240 |
| |
240 | 241 |
| |
|
0 commit comments
Comments
(0)