Re: COPY FROM performance improvements - Mailing list pgsql-patches

From Tom Lane
Subject Re: COPY FROM performance improvements
Date
Msg-id 3089.1119740986@sss.pgh.pa.us
Whole thread Raw
In response to Re: COPY FROM performance improvements  ("Michael Paesold" <mpaesold@gmx.at>)
List pgsql-patches
"Michael Paesold" <mpaesold@gmx.at> writes:
> What about this one:
>     case COPY_OLD_FE:
> +    ereport(ERROR,
> +      (errcode(ERRCODE_CONNECTION_FAILURE),
> +       errmsg("Old FE protocal not yet supported in fast COPY processing
> (CopyGetData())")));

> This can't stay like it is, can it?

Certainly not --- that omission will have to be fixed if this is to be
accepted.  However, I'd counsel Luke and Alon not to spend any time on
it until the other questions about the patch have been dealt with.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Alon Goldshuv"
Date:
Subject: Re: COPY FROM performance improvements
Next
From: Tom Lane
Date:
Subject: Re: limiting connections per user/database