Re: multivariate statistics v14
Tomas Vondra <tomas.vondra@2ndquadrant.com>
From: Tomas Vondra <tomas.vondra@2ndquadrant.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Petr Jelinek <petr@2ndquadrant.com>,
Tatsuo Ishii <ishii@postgresql.org>, jeff.janes@gmail.com,
pgsql-hackers@postgresql.org
Date: 2016-03-28T08:49:10Z
Lists: pgsql-hackers
On 03/26/2016 08:09 PM, Alvaro Herrera wrote: > 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. > Yep, formatting of some of the comments got slightly broken, but it wasn't difficult to fix that without the /*------- trick. I'm not sure about the prototypes though. It was a bit weird because prototypes in the same header file were formatted very differently. regards -- Tomas Vondra http://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Collect and use multi-column dependency stats
- 2686ee1b7ccf 10.0 landed
-
Implement SortSupport for macaddr data type
- f90d23d0c518 10.0 cited
-
Implement multivariate n-distinct coefficients
- 7b504eb282ca 10.0 landed
-
Generate fmgr prototypes automatically
- 352a24a1f9d6 10.0 cited