Re: Commitfest 2021-11 Patch Triage - Part 3 - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Commitfest 2021-11 Patch Triage - Part 3
Date
Msg-id ec17fc54bfa78506628ea4d6cfbf81a726f69f48.camel@j-davis.com
Whole thread Raw
In response to Re: Commitfest 2021-11 Patch Triage - Part 3  (Mark Dilger <mark.dilger@enterprisedb.com>)
Responses Re: Commitfest 2021-11 Patch Triage - Part 3
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: Rewriting the test of pg_upgrade as a TAP test - take three - remastered set
Next
From: Dilip Kumar
Date:
Subject: Re: Skipping logical replication transactions on subscriber side