pgsql: Reindent some comments

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reindent some comments
Date: 2023-05-19 09:00:39
Message-ID: E1pzvyZ-000eGQ-Qk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reindent some comments

Most (older) comments in md.c and smgr.c are indented with a leading
tab on all lines, which isn't the current style and makes updating the
comments a bit annoying. This reindents all these lines with a single
space, as is the normal style. This issue exists in various shapes
throughout the code but it's pretty consistent here, and since there
is a patch pending to refresh some of the comments in these files, it
seems sensible to clean this up here separately.

Discussion: https://www.postgresql.org/message-id/flat/22fed8ba-01c3-2008-a256-4ea912d68fab%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0b8ace8d773257fffeaceda196ed94877c2b74df

Modified Files
--------------
src/backend/storage/smgr/md.c | 128 +++++++++++++++---------------
src/backend/storage/smgr/smgr.c | 170 ++++++++++++++++++++--------------------
2 files changed, 149 insertions(+), 149 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-05-19 11:42:33 pgsql: Move mdwriteback() to better place
Previous Message Michael Paquier 2023-05-19 03:39:45 pgsql: pageinspect: Fix gist_page_items() with included columns