pgsql: Improve comments for postmaster.c's BackendList.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve comments for postmaster.c's BackendList.
Date: 2020-08-12 15:54:26
Message-ID: E1k5t58-0006BG-Cv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve comments for postmaster.c's BackendList.

This had gotten a little disjointed over time, and some of the grammar
was sloppy. Rewrite for more clarity.

In passing, re-pgindent some recently added comments.

No code changes.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3546cf8a7a9dc57e6aa98f5fc1ac5476ad6b99ff

Modified Files
--------------
src/backend/postmaster/postmaster.c | 37 ++++++++++++++++++++-----------------
1 file changed, 20 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-08-12 19:50:56 pgsql: BRIN: Handle concurrent desummarization properly
Previous Message Andres Freund 2020-08-12 00:41:54 pgsql: Track latest completed xid as a FullTransactionId.