pgsql: Improve formatting of comments in plpgsql.h

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve formatting of comments in plpgsql.h
Date: 2016-08-18 12:44:35
Message-ID: E1baMgV-00063T-Vl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-08-18 13:37:17 pgsql: Update Windows timezone mapping from Windows 7 and 10
Previous Message Heikki Linnakangas 2016-08-18 10:41:47 pgsql: Refactor RandomSalt to handle salts of different lengths.