]> granicus.if.org Git - postgresql/commit
Improve formatting of comments in plpgsql.h
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 16 Aug 2016 16:00:00 +0000 (12:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 18 Aug 2016 16:00:00 +0000 (12:00 -0400)
commit9f31e45a6d36a2564423a20601d5066939ea83c1
tree126ed999c6268181858cf4cf35b81627334a5166
parentfa878703f456b804b01b61a9d94008f57967cdd0
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.
src/pl/plpgsql/src/plpgsql.h