Re: multivariate statistics v14
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Tomas Vondra <tomas.vondra@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-28T15:54:49Z
Lists: pgsql-hackers
Tomas Vondra wrote: > I'm not sure about the prototypes though. It was a bit weird because > prototypes in the same header file were formatted very differently. Yeah, it is very odd. What happens is that the BSD indent binary does one thing (return type is in one line and function name in following line; subsequent argument lines are aligned to opening parens), then the pgindent perl script changes it (moves function name to same line as return type, but does not reindent subsequent lines of arguments). You can imitate the effect by adding an extra newline just before the function name, reflowing the arguments to align to the (, then deleting the extra newline. Rather annoying. -- Álvaro Herrera 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