Re: Logical Replication WIP

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Logical Replication WIP
Дата
Msg-id CAMsr+YHo28beTN93GG0kBh5ALZE0b5fePgP22=5fDbeKUb+8JQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Logical Replication WIP  (Petr Jelinek <petr@2ndquadrant.com>)
Ответы Re: Logical Replication WIP  (Petr Jelinek <petr@2ndquadrant.com>)
Список pgsql-hackers
On 13 September 2016 at 06:03, Petr Jelinek <petr@2ndquadrant.com> wrote:

> Oh sure, I don't see that as big problem, the TupleData already contains
> type of the data it sends (to distinguish between nulls and text data) so
> that's mostly about adding some different type there and we'll also need
> type info in the column part of the Relation message but that should be easy
> to fence with one if for different protocol version.

The missing piece seems to be negotiation.

If a binary-aware client connects to a non-binary aware server, the
non-binary-aware server needs a way to say "you requested this option
I don't understand, go away" or "you asked for binary but I don't
support that".

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling)
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Let file_fdw access COPY FROM PROGRAM