pgsql: Small improvements in comments in async.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Small improvements in comments in async.c.
Дата
Msg-id E1Zh6nu-0007Yr-4V@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Fix incorrect tps number calculation in "excluding connections e
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: Include policies based on ACLs needed