Re: logical replication - negative bitmapset member not allowed
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Jehan-Guillaume de Rorthais <jgdr@dalibo.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>,
Tim Clarke <tim.clarke@minerva.info>,
PostgreSQL General List <pgsql-general@postgresql.org>
Date: 2019-11-07T15:02:21Z
Lists: pgsql-general
Attachments
- v2-0001-Fix-negative-bitmapset-member-not-allowed-error-i.patch (text/plain) patch v2-0001
On 2019-11-05 17:05, Jehan-Guillaume de Rorthais wrote: >> I have simplified your reproduction steps from the previous message to a >> test case, and I can confirm that your proposed fix addresses the issue. > > Thanks for the feedback and the test case. I wonder if ALTER SUBSCRIPTION > DISABLE/ENABLE is useful in the test case? Turns out it's not necessary. Attached is an updated patch that simplifies the test even further and moves it into the 008_diff_schema.pl file. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Fix negative bitmapset member not allowed error in logical replication
- 2e00d5976419 10.11 landed
- 7961da1887af 11.6 landed
- d891d2c89785 12.1 landed
- 1c60e40ad54b 13.0 landed