From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> |
Cc: | Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>, sean(dot)johnston(at)edgeintelligence(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #15781: subselect on foreign table (postgres_fdw) can crash (segfault) |
Date: | 2019-04-27 14:47:13 |
Message-ID: | 20776.1556376433@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> writes:
> On Sat, Apr 27, 2019 at 2:10 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> If we don't want to change what the core code does with fdw_exprs,
>> I think the only way to fix it is to hack postgres_fdw so that it
>> won't generate plans involving the problematic case.
> Seems reasonable.
>> See attached.
> I read the patch. It looks good to me. I didn't test it, though.
Thanks for looking! Have a good vacation ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Jonathan S. Katz | 2019-04-28 01:37:53 | Re: BUG #15706: Support Services page out of date |
Previous Message | Jonathan S. Katz | 2019-04-27 13:31:50 | Re: BUG #15706: Support Services page out of date |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2019-04-27 15:10:46 | Re: clean up docs for v12 |
Previous Message | Fabien COELHO | 2019-04-27 14:05:20 | Re: [PATCH v1] Add \echo_stderr to psql |