RE: User defined data types in Logical Replication

Поиск
Список
Период
Сортировка
От Huong Dangminh
Тема RE: User defined data types in Logical Replication
Дата
Msg-id 75DB81BEEA95B445AE6D576A0A5C9E936A6C3A8F@BPXM05GP.gisp.nec.co.jp
обсуждение исходный текст
Ответ на [HACKERS] User defined data types in Logical Replication  (Huong Dangminh <huo-dangminh@ys.jp.nec.com>)
Ответы Re: User defined data types in Logical Replication
Список pgsql-hackers
Hi,

> We are getting the bellow error while trying use Logical Replication with
> user defined data types in a C program (when call elog function).
>
>  ERROR:  XX000: cache lookup failed for type XXXXX
>

Sorry for continuously disturbing in this topic, but am I missing something here?

I mean that in case of type's OID in PUBLICATION host does not exists in SUBSCRIPTION host's pg_type,
it could returns unintended error (the XX000 above) when elog or ereport is executed.

For more details, it happen in slot_store_error_callback when it try to call format_type_be(localtypoid) for
errcontext.
slot_store_error_callback is set in slot_store_cstrings, slot_modify_cstrings function and it also be unset here, so
theeffect here is small but it happens. 


---
Thanks and best regards,
Dang Minh Huong
NEC Solution Innovators, Ltd.
http://www.nec-solutioninnovators.co.jp/en/




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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: could not receive data from WAL stream: SSL SYSCALL error: Success
Следующее
От: Anthony Bykov
Дата:
Сообщение: Re: Rewriting PL/Python's typeio code