Re: mysql_fdw crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: 066ce286(at)free(dot)fr
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: mysql_fdw crash
Date: 2018-11-20 15:14:26
Message-ID: 11882.1542726866@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

066ce286(at)free(dot)fr writes:
> What is confusing, is that if I do the same with a pl/pgsql function (see below) I can run it 5 times, and the 6th exec hit the same SEGV...

That probably reflects switching from a custom plan to a generic plan
on the sixth execution.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2018-11-20 15:21:29 Re: pgbench - doCustom cleanup
Previous Message Robert Haas 2018-11-20 15:00:47 Re: Patch to avoid SIGQUIT accident