Re: postgres_fdw could deparse ArrayCoerceExpr - Mailing list pgsql-hackers

From Maxim Orlov
Subject Re: postgres_fdw could deparse ArrayCoerceExpr
Date
Msg-id CACG=ezZ5g=8nKHqdc-rJQNd31jJ1t_aLgWSDcFPNBMxfG4-KsA@mail.gmail.com
Whole thread Raw
In response to Re: postgres_fdw could deparse ArrayCoerceExpr  (Maxim Orlov <orlovmg@gmail.com>)
List pgsql-hackers
One important note here. This patch will change cast behaviour in case of local and foreign types are mismatched.
The problem is if we cannot convert types locally, this does not mean that it is also true for a foreign wrapped data.
In any case, it's up to the committer to decide whether this change is needed or not.

--
Best regards,
Maxim Orlov.

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: CREATE PUBLICATION and foreign partitions
Next
From: Bertrand Drouvot
Date:
Subject: Re: Reorder shutdown sequence, to flush pgstats later