Re: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY
Date: 2008-01-15 21:22:45
Message-ID: 20080115212245.GJ4473@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Simon Riggs wrote:
> On Mon, 2008-01-14 at 18:46 +0000, Tom Lane wrote:
> > Log Message:
> > -----------
> > Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:
> > we need to be able to swallow NOTICE messages, and potentially also
> > ParameterStatus messages (although the latter would be a bit weird),
> > without exiting COPY OUT state. Fix it, and adjust the protocol documentation
> > to emphasize the need for this. Per off-list report from Alexander Galler.
>
> My reading of this is that previously a PQgetCopyData() operation would
> fail mysteriously because of
>
> i) a reload of postgresql.conf, following the setting of any of the
> following parameters client_encoding, DateStyle, TimeZone, and
> standard_conforming_strings.

Hmm, aren't ParameterStatus messages sent just before Ready For Query?

> ii) any previous LISTEN command on the session running the COPY

I don't think LISTEN is involved. It's NOTICE that's a problem, not
NOTIFY.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2008-01-15 21:33:56 Re: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY
Previous Message Tom Lane 2008-01-15 21:20:28 pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-01-15 21:33:56 Re: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY
Previous Message Simon Riggs 2008-01-15 21:02:42 Re: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY