Thread: pgsql: Improve formatting of comments in plpgsql.h

pgsql: Improve formatting of comments in plpgsql.h

From
Peter Eisentraut
Date:
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(-)