pgsql: Minor comment improvements for instrumentation.h

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor comment improvements for instrumentation.h
Date: 2019-12-05 13:44:28
Message-ID: E1icrQi-0001ai-3j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor comment improvements for instrumentation.h

Remove a duplicated word. Add "of" or "# of" in a couple places
for clarity and consistency. Start comments with a lower case
letter as we do elsewhere in this file.

Rafia Sabih

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/42f362967d9f82043608610c689c24046e07497c

Modified Files
--------------
src/include/executor/instrument.h | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2019-12-05 20:14:26 pgsql: pg_basebackup: Refactor code for reading COPY and tar data.
Previous Message Tomas Vondra 2019-12-05 13:38:36 Re: logical decoding bug: segfault in ReorderBufferToastReplace()