pgsql: formatting.c cleanup: Remove dashes in comments - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: formatting.c cleanup: Remove dashes in comments
Date
Msg-id E1vDoWb-003xjv-1Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
formatting.c cleanup: Remove dashes in comments

This saves some vertical space and makes the comments style more
consistent with the rest of the code.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/6dd9d208-a3ed-49b5-b03d-8617261da973%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/95924672d534be7291fa6b717e146b6dcb7bc1c6

Modified Files
--------------
src/backend/utils/adt/formatting.c | 174 +++++++++++++------------------------
1 file changed, 59 insertions(+), 115 deletions(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Don't error out when dropping constraint if relchecks is already
Next
From: Nathan Bossart
Date:
Subject: pgsql: Add psql PROMPT variable for search_path.