Re: multivariate statistics v14 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: multivariate statistics v14
Date
Msg-id 26597.1458941172@sss.pgh.pa.us
Whole thread Raw
In response to Re: multivariate statistics v14  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Responses Re: multivariate statistics v14  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
Tomas Vondra <tomas.vondra@2ndquadrant.com> writes:
> I could do that, but isn't that a bit pointless? I thought pgindent is 
> run regularly on the whole codebase, not for individual patches. Sure, 
> it'll tweak the formatting on a few places in the patch (including the 
> code discussed above, as you pointed out), but there are many other such 
> places coming from other committed patches.

One point of running pgindent for yourself is to make sure you haven't set
up any code in a way that will look horrible after pgindent gets done with
it.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Improve error handling in pltcl
Next
From: Alexander Korotkov
Date:
Subject: Re: Move PinBuffer and UnpinBuffer to atomics