Re: COPY FROM performance improvements

Luke Lonergan <llonergan@greenplum.com>

From: "Luke Lonergan" <llonergan@greenplum.com>
To: "Andrew Dunstan" <andrew@dunslane.net>
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-27T18:52:30Z
Lists: pgsql-performance

Attachments

Andrew,

> 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.

I've attached two patches, one gained from running pgindent against the
current CVS tip copy.c (:-D) and one gained by running the COPY FROM perf
improvements through the same.  Nifty tool!

Only formatting changes in these.

- Luke