Version 6.2.15 v6.2

New features, enhancements, bug fixes, and other changes in EDB Postgres Replication Server 6.2.15 include the following:

TypeDescription
EnhancementPostgres Replication Server is now certified to support Oracle 18c and 19c as the Publication and Subscription database.
Bug FixFixed an issue where adding the non-MDN node in the MMR cluster fails as the Constraint OID value exceeds the INTEGER range. [Support Ticket #911176]
Bug FixAfter upgrading to version 6.2.13, frequent wal_sender_timeouts were observed causing slowness in the replication, this issue is fixed. [Support Ticket #1273404]
Bug FixThe Snapshot operation takes too long to complete as it unnecessarily reloads an already failed table, this issue is fixed [Support Ticket #1280541]
Bug FixFixed an issue where Snapshot fails for a Publication table that is named after a reserved keyword [Support Ticket #1292121]
Bug FixIn a corner case, the conflict detection gets stuck when the target database has multiple conflicts. This issue is fixed [Support Ticket #1318732]
Bug FixFixed an issue where Publication creation fails for EPAS 9.6. [Support Ticket #72306]
Bug FixFixed an issue that caused Synchronize replication failure due to a non-escaped quote character in the control event. [Support Ticket #72614]
Bug FixIn a corner case, the CDC changes were skipped when the SMR Subscription database was also part of the MMR cluster. This issue is resolved. [Support Ticket #72353]
Bug FixFixed an issue that caused “addtablesintopub” operation failure in a corner case when database OID value exceeded INTEGER range. [Support Ticket #72694]
Bug FixIn a hybrid replication setup where EDB Postgres Advanced Server was registered with no-redwood-compat option (as a controller database in MMR and Oracle was registered as a Publication database in SMR), the Publication removal operation failed to complete. This issue is fixed. [Support Ticket #72469]
Bug FixSSL root file opening issue that is caused by JDBC driver after upgrading from version 6.2.5 to 6.2.6, is resolved. [Support Ticket #899996]
Bug FixRep CLI createpub command failed when the Filter index was greater than 9. This issue is fixed.
Bug FixFixed an issue where Synchronize replication fails when Filter contains a modulus operator.
Bug FixFixed an issue that caused addtablesintopub command failure for a table name with multiple $ characters.