=?UTF-8?B?THVrw6HFoSBTb2JvdGth?= <sobotka.luk@gmail.com> writes:
> I tried to synchronize two tables on different databases using foreign data
> wrapper. I executed update of foreign table with sub-query selection from
> local table. As the result I got segmentation fault. General query:
> UPDATE foreign_table SET (col) = (
> SELECT col
> FROM local_table
> WHERE foreign_table.id = local_table.id
> );
Yup, that's a bug. Will fix, thanks for the report!
regards, tom lane