Re: Commitfest 2021-11 Patch Triage - Part 3

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Commitfest 2021-11 Patch Triage - Part 3
Дата
Msg-id ec17fc54bfa78506628ea4d6cfbf81a726f69f48.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: Commitfest 2021-11 Patch Triage - Part 3  (Mark Dilger <mark.dilger@enterprisedb.com>)
Ответы Re: Commitfest 2021-11 Patch Triage - Part 3
Список pgsql-hackers
On Mon, 2021-12-13 at 11:20 -0800, Mark Dilger wrote:
>   - The logical replication subscription patch needs to consider RLS.
>     (Jeff Davis)
> 
>     This is implemented but I still need to update the documentation
> before
>     posting.

We also discussed how much of the insert path we want to include in the
apply worker. The immediate need is for the patch to support RLS, but
it raised the question: "why not just use the entire ExecInsert()
path?".

That's not a blocking issue for this patch, but something to consider
that will avoid problems if we want to support updatable views or
foreign tables as a target of a subscription.

Regards,
    Jeff Davis





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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Rewriting the test of pg_upgrade as a TAP test - take three - remastered set
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: Skipping logical replication transactions on subscriber side