Small improvements in comments in async.c.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6057f61b4d511d8321f295d827ced13809e5a1ae
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-09-30T02:07:16Z
Releases: 9.6.0
Small improvements in comments in async.c.

We seem to have lost a line somewhere along the way in the comment block
that discusses async.c's locks, because it suddenly refers to "both locks"
without previously having mentioned more than one.  Add a sentence to make
that 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 value
called "tail".

Files

PathChange+/−
src/backend/commands/async.c modified +2 −1