| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Small improvements in comments in async.c. |
| Date: | 2015-09-30 02:07:34 |
| Message-ID: | E1Zh6nu-0007Yr-4V@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephen Frost | 2015-09-30 11:39:39 | pgsql: Include policies based on ACLs needed |
| Previous Message | Tatsuo Ishii | 2015-09-30 01:54:00 | pgsql: Fix incorrect tps number calculation in "excluding connections e |