parens cleanup
От
Alvaro Herrera
Тема
parens cleanup
Дата
Msg-id
20200129200401.GA6303@alvherre.pgsql
Список
Дерево обсуждения
parens cleanup Alvaro Herrera <alvherre@2ndquadrant.com>
Re: parens cleanup Tom Lane <tgl@sss.pgh.pa.us>
Re: parens cleanup Michael Paquier <michael@paquier.xyz>
Re: parens cleanup Alvaro Herrera <alvherre@2ndquadrant.com>
Some ereport calls have excess sets of parentheses. patch 0001 removes the ones I found in a very quick grep. 0002 removes newlines immediately following parens. These were previously useful because pgindent would move arguments further to the left so that the line would fit under 80 chars. However, pgindent no longer does that, so the newlines are pointless and ugly. These being cosmetic cleanups, they're not intended for backpatch, though an argument could be made that doing that would save some future backpatching pain. If ther are sufficient votes for that, I'm open to doing it. (Of course, 0002 would not be backpatched further back than pg10, the first release that uses the "new" pgindent rules.) -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления