Re: COPY fast parse patch

From: Neil Conway <neilc(at)samurai(dot)com>
To: Alon Goldshuv <agoldshuv(at)greenplum(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: COPY fast parse patch
Date: 2005-06-02 06:43:46
Message-ID: 1117694626.2605.4.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Thu, 2005-06-02 at 00:53 -0400, Alon Goldshuv wrote:
> My thoughts were -- see how the responses are, and if people think
> that this is a better way to go than replace the COPY parsing logic to
> the new one.

If the new approach to parsing can handle all the cases that the old
approach can handle (WRT CSV, binary, encoding conversion and the like)
and is faster to boot, I don't see a reason not to replace the current
approach with something derived from your patch.

-Neil

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-06-02 07:56:11 Re: patch for EXECUTE .. INTO (from TODO)
Previous Message Andrew Dunstan 2005-06-02 06:20:41 Re: COPY fast parse patch