Pavan Deolasee - 2017-05-29

Can you please attach server logs from coordinator and datanode?

The way extensions are created in XL is by sending "CREATE EXTENSION" command to all nodes. The coordinator makes sure that none of the DDLs are sent down to the remote nodes, but if there are DMLs (such as a SELECT query or an anonymous block) that are dependent on the objects created by the extension, that can cause problems since those objects may not exist yet on the datanodes. I wonder if something changed in that area between 2.3.1 and 2.3.2. Can you please check? I don't have a PostGIS ready to test here.

Thanks,
Pavan