pgsql: Improve formatting of comments in plpgsql.h

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Improve formatting of comments in plpgsql.h
Дата
Msg-id E1baMgV-00063T-Vl@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Refactor RandomSalt to handle salts of different lengths.
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Update Windows timezone mapping from Windows 7 and 10