Re: wip: functions median and percentile - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: wip: functions median and percentile
Date
Msg-id AANLkTimhSBJifs771o3ofEiOakN78jJn+ac4XY=0g_Q9@mail.gmail.com
Whole thread Raw
In response to Re: wip: functions median and percentile  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: wip: functions median and percentile  (Hitoshi Harada <umi.tanuki@gmail.com>)
List pgsql-hackers
2010/9/21 Robert Haas <robertmhaas@gmail.com>:
> On Tue, Sep 21, 2010 at 4:28 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
>>> * Cosmetic coding style should be more appropriate, including trailing
>>> white spaces and indentation positions.
>>
>> can you specify where, please?
>
> I noticed a lot of problems in this area when working on your \ef /
> \sf patch, too.  Trailing whitespace is nearly always bad, and it's
> not hard to find - just grep the diff for it.  As for indentation, try
> to match the surrounding code.

is updated patch better?

Pavel

>
> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise Postgres Company
>

Attachment

pgsql-hackers by date:

Previous
From: Pei He
Date:
Subject: Get the offset of a tuple inside a table
Next
From: Tom Lane
Date:
Subject: Is src/tools/add_cvs_markers still of any use?