v.23.11Improvement
Fix PostgreSQL replication error in MaterializedPostgreSQL
Fix possible postgresql logical replication conversion error when using experimental MaterializedPostgreSQL. #53721 (takakawa).Why it matters
The fix addresses issues that could occur during PostgreSQL logical replication, specifically conversion errors while using the experimentalMaterializedPostgreSQL feature. This ensures more reliable and accurate data replication from PostgreSQL to ClickHouse.How to use it
Use the experimentalMaterializedPostgreSQL engine as usual for logical replication from PostgreSQL. This update automatically resolves the conversion error; no additional configuration is needed.