Accidental setting of XLogReaderState.private_data ?

Поиск
Список
Период
Сортировка
От Antonin Houska
Тема Accidental setting of XLogReaderState.private_data ?
Дата
Msg-id 30563.1555329094@localhost
обсуждение исходный текст
Ответы Re: Accidental setting of XLogReaderState.private_data ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
StartupDecodingContext() initializes ctx->reader->private_data with ctx, and
it even does so twice. I couldn't find a place in the code where the
(LogicalDecodingContext *) pointer is retrieved from the reader, and a simple
test of logical replication works if the patch below is applied. Thus I assume
that assignment is a thinko, isn't it?

-- 
Antonin Houska
Web: https://www.cybertec-postgresql.com


Вложения

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: partitioning performance tests after recent patches
Следующее
От: Alexey Bashtanov
Дата:
Сообщение: Re: log bind parameter values on error