pgsql: Small improvements in comments in async.c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Small improvements in comments in async.c.
Date
Msg-id E1Zh6nu-0007Yr-4V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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".

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6057f61b4d511d8321f295d827ced13809e5a1ae

Modified Files
--------------
src/backend/commands/async.c |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: Fix incorrect tps number calculation in "excluding connections e
Next
From: Stephen Frost
Date:
Subject: pgsql: Include policies based on ACLs needed