pgsql: Improve formatting of comments in plpgsql.h - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Improve formatting of comments in plpgsql.h
Date
Msg-id E1baMgV-00063T-Vl@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve formatting of comments in plpgsql.h

This file had some unusual comment layout.  Most of the comments
introducing structs ended up to the right of the screen and following
the start of the struct.  Some comments for struct members ended up
after the member definition.

Fix that by moving comments consistently before what they are
describing.  Also add missing struct tags where missing so that it is
easier to tell what the struct is.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9f31e45a6d36a2564423a20601d5066939ea83c1

Modified Files
--------------
src/pl/plpgsql/src/plpgsql.h | 417 ++++++++++++++++++++++++++-----------------
1 file changed, 255 insertions(+), 162 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Refactor RandomSalt to handle salts of different lengths.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Update Windows timezone mapping from Windows 7 and 10