postgres-decoderbufs/src
Jiri Pechanec c719d3fa6a DBZ-1144 Do not translate geometry point (PostGIS) to PG point
This code was effectivelly dead. It was used only when PostGIS geometry type was created inside the public schema and was responsible for translating of PostGIS point to PG point. When we introduced the full support for PostGIS types in Debezium the code was no longer used as PostGIS types are typically created in separate schema.
So now we support

* POINT type (postgres point)
* postgis GEOMETRY in arbitrary schema (including geometry point)
2019-04-02 15:56:16 +02:00
..
proto DBZ-486 Replication message provides info about optionality 2017-11-29 15:50:38 +01:00
decoderbufs.c DBZ-1144 Do not translate geometry point (PostGIS) to PG point 2019-04-02 15:56:16 +02:00