Re: Fix for segfault in logical replication on master
Mark Dilger <mark.dilger@enterprisedb.com>
From: Mark Dilger <mark.dilger@enterprisedb.com>
To: "osumi.takamichi@fujitsu.com" <osumi.takamichi@fujitsu.com>
Cc: "akapila@postgresql.org" <akapila@postgresql.org>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-17T05:43:19Z
Lists: pgsql-hackers
> On Jun 16, 2021, at 10:19 PM, osumi.takamichi@fujitsu.com wrote: > > I started to analyze your report and > will reply after my idea to your modification is settled. Thank you. — Mark Dilger EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Improve RelationGetIdentityKeyBitmap().
- ee3fdb8f3465 14.0 landed
-
Handle no replica identity index case in RelationGetIdentityKeyBitmap.
- 2731ce1bd550 14.0 landed
-
Fix Logical Replication of Truncate in synchronous commit mode.
- e7eea52b2d61 14.0 cited