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

From Heikki Linnakangas
Subject Re: Removing support for COPY FROM STDIN in protocol version 2
Date
Msg-id fdd28184-3832-65af-53c3-5c303383c4a5@iki.fi
Whole thread Raw
In response to Re: Removing support for COPY FROM STDIN in protocol version 2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 04/02/2021 17:35, Tom Lane wrote:
> Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
>> Yeah, the changes I was thinking about are all in libpq-int.h so that's
>> not really a problem.  But one enum in libpq-fe.h renumbers values, and
>> I think it's better to keep the old value labelled as "unused" to avoid
>> any changes.
> 
> Oh, yeah, can't do that.  libpq-fe.h probably shouldn't change at all;
> but certainly we can't renumber existing enum values there.

Ah, right, there's even a comment above the enum that says that's a no 
no. But yeah, fixing that, I see no need for .so version bump.

- Heikki



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Removing support for COPY FROM STDIN in protocol version 2
Next
From: Julien Rouhaud
Date:
Subject: Re: Faulty HEAP_XMAX_LOCK_ONLY & HEAP_KEYS_UPDATED hintbit combination