Re: Ignore heap rewrites for materialized views in logical replication
Euler Taveira <euler@eulerto.com>
From: "Euler Taveira" <euler@eulerto.com>
To: "Amit Kapila" <amit.kapila16@gmail.com>
Cc: "PostgreSQL Hackers" <pgsql-hackers@lists.postgresql.org>
Date: 2022-05-31T14:57:43Z
Lists: pgsql-hackers
On Tue, May 31, 2022, at 11:13 AM, Amit Kapila wrote: > I think we don't need the retry logical to check error, a simple > wait_for_caught_up should be sufficient as we are doing in other > tests. See attached. I have slightly modified the commit message as > well. Kindly let me know what you think? Your modification will hang until the test timeout without the patch. That's why I avoided to use wait_for_caught_up and used a loop for fast exit on success or failure. I'm fine with a simple test case like you proposed. -- Euler Taveira EDB https://www.enterprisedb.com/
Commits
-
Ignore heap rewrites for materialized views in logical replication.
- 37fd181d6dea 10.22 landed
-
Handle heap rewrites even better in logical decoding
- 325f2ec5557f 11.0 cited
-
Handle heap rewrites better in logical replication
- 1a499c252049 10.0 cited