Re: PATCH: 9.5 replication origins fix for logical decoding

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: PATCH: 9.5 replication origins fix for logical decoding
Дата
Msg-id CAMsr+YGW++edsdV3hiwTzh0_0a5J8znZXWuc1WaTb7VoT7e=Ww@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PATCH: 9.5 replication origins fix for logical decoding  (Andres Freund <andres@anarazel.de>)
Ответы Re: PATCH: 9.5 replication origins fix for logical decoding  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
On 15 October 2015 at 19:04, Andres Freund <andres@anarazel.de> wrote:

> As far as I can see all the other places have it assigned.

Ok, thanks. Not much need for a followup patch then, if you're not
using the test changes part.

>>table public.origin_tbl: INSERT: id[integer]:6 data[text]:'from second
>>origin' -- origin:'some_origin' origin_lsn:'0/1234'
>>
>>?
>>
>>it's cluttered, but really I'm not sure there's a pretty way to pack
>>that in, and it's only test output.
>
> I'm inclined not to commit this part - seems to add too much complications for the amount of coverage. But please use
itfor testing.
 

It doesn't seem like this will be particularly vulnerable to
regressions or have new record types added that need a check for them.
I'd be inclined to add the info, but I have a higher tolerance for
verbosity than you ;)

I think it's worth adding a test for the change of origin mid-tx. I
had no idea that was even possible.

Testing forwarding of empty tx's is simple and should probably be there too.

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



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

Предыдущее
От: Haribabu Kommi
Дата:
Сообщение: Re: Parallel Seq Scan
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [PATCH v3] GSSAPI encryption support