Re: Removing support for COPY FROM STDIN in protocol version 2

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Removing support for COPY FROM STDIN in protocol version 2
Дата
Msg-id 20210204150542.GA4802@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Removing support for COPY FROM STDIN in protocol version 2  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: Removing support for COPY FROM STDIN in protocol version 2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Mahendra Singh Thalor
Дата:
Сообщение: Re: Faulty HEAP_XMAX_LOCK_ONLY & HEAP_KEYS_UPDATED hintbit combination
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Is MaxHeapAttributeNumber a reasonable restriction for foreign-tables?