Tomas Vondra wrote: > There are a few places where I reverted the pgindent formatting, because it > seemed a bit too weird - the first one are the lists of function prototypes > in common.h/mvstat.h, the second one are function calls to > _greedy/_exhaustive methods.
Function prototypes being weird is something that we've learned to accept. There's no point in undoing pgindent decisions there, because the next run will re-apply them anyway. Best not to fight it. What you should definitely look into fixing is the formatting of comments, if the result is too horrible. You can prevent it from messing those by adding dashes /*----- at the beginning of the comment. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers