]> granicus.if.org Git - postgresql/commit
Small improvements in comments in async.c.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Sep 2015 02:06:59 +0000 (22:06 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Sep 2015 02:07:16 +0000 (22:07 -0400)
commit6057f61b4d511d8321f295d827ced13809e5a1ae
tree41697e4a6793f991e0b061831936b1ccb7d8a016
parenta16db3a07da9c47a5ef5b1d18f9c45bdb893b243
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".
src/backend/commands/async.c