Re: Let's drop V2 protocol

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: Let's drop V2 protocol
Дата
Msg-id 20120224171108.GA19053@gmail.com
обсуждение исходный текст
Ответ на Re: Let's drop V2 protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Let's drop V2 protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Feb 24, 2012 at 11:46:19AM -0500, Tom Lane wrote:
> As for taking it out of libpq, I would vote against doing that as long
> as we have pg_dump support for pre-7.4 servers.  Now, I think it would
> be entirely reasonable to kill pg_dump's support for pre-7.3 servers,
> because that would simplify life in numerous ways for pg_dump; but 7.4
> was not a big compatibility break for pg_dump so it seems a bit
> arbitrary to kill its support for 7.3 specifically.

So we need to maintain V2 protocol in libpq to specifically support 7.3?

What's so special about 7.3?

> As near as I can tell the argument here is basically that we don't want
> to try to fix unfixable bugs in the V2-protocol code.  Well, yeah,
> they're unfixable ... why do you think we invented V3?  But they are
> what they are, and as long as you don't run into those limitations the
> protocol does still work.  There are plenty of features that require V3
> already, so I see no reason not to classify the row-processor stuff as
> one more.

Agreed.  But still - having to reorg the never-used V2 code in parallel
to actual development in V3 code makes all changes in the area
unnecessary harder.  

-- 
marko



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Format of raw files
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Let's drop V2 protocol