Re: Removing support for COPY FROM STDIN in protocol version 2 - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Removing support for COPY FROM STDIN in protocol version 2
Date
Msg-id 20210204150542.GA4802@alvherre.pgsql
Whole thread Raw
In response to Re: Removing support for COPY FROM STDIN in protocol version 2  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Removing support for COPY FROM STDIN in protocol version 2
List pgsql-hackers
On 2021-Feb-04, Heikki Linnakangas wrote:

> On 04/02/2021 08:54, Michael Paquier wrote:
> > On Wed, Feb 03, 2021 at 11:29:37AM -0500, Tom Lane wrote:
> > > Then let's kill it dead, server and libpq both.
> > 
> > Yeah.
> 
> Ok, here we go.

Are you going to bump the .so version for this?  I think that should be
done, since some functions disappear and there are struct changes.  It
is curious, though, to see that exports.txt needs no changes.

(I'm not sure what's our protocol for so-version changes. Do we wait
till end of cycle, or do we put it together with the commit that
modifies the library? src/tools/RELEASE_CHANGES doesn't say)

-- 
Álvaro Herrera       Valdivia, Chile



pgsql-hackers by date:

Previous
From: Mahendra Singh Thalor
Date:
Subject: Re: Faulty HEAP_XMAX_LOCK_ONLY & HEAP_KEYS_UPDATED hintbit combination
Next
From: Amit Langote
Date:
Subject: Re: Is MaxHeapAttributeNumber a reasonable restriction for foreign-tables?