Re: COPY FROM performance improvements

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Luke Lonergan <LLonergan@greenplum.com>
Cc: Alvaro Herrera <alvherre@surnet.cl>, Bruce Momjian <pgman@candle.pha.pa.us>, Alon Goldshuv <agoldshuv@greenplum.com>, pgsql-patches@postgresql.org
Date: 2005-06-27T11:45:19Z
Lists: pgsql-performance

Luke Lonergan wrote:

>Yah - I think I fixed several mis-indented comments.  I'm using vim with
>tabstop=4.  I personally don't like tabs in text and would prefer them
>expanded using spaces, but that's a nice way to make small formatting
>changes look huge in a cvs diff.
>
>  
>

You might like to look at running pgindent (see src/tools/pgindent) over 
the file before cutting a patch. Since this is usually run over each 
file just before a release, the only badness should be things from 
recent patches.

cheers

andrew