Re: [sqlsmith] Failed to generate plan on lateral subqueries
От | Peter Geoghegan |
---|---|
Тема | Re: [sqlsmith] Failed to generate plan on lateral subqueries |
Дата | |
Msg-id | CAM3SWZT0wqxm=E_+=PHv5mBXyEwTi8san1K+FeuipOLmLx5Ujg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [sqlsmith] Failed to generate plan on lateral subqueries (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: [sqlsmith] Failed to generate plan on lateral subqueries
|
Список | pgsql-hackers |
On Fri, Dec 11, 2015 at 7:58 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> I guess that means I have to go back to extending the grammar again :-). > > I await the results with interest. Did you note the suggestion about > trying to stress the ON CONFLICT code with this? You'd need it to > issue non-SELECT queries, which might create some reproducibility > issues... About 80% of the bugs we've seen so far are the type that a tool like sqlsmith could plausibly catch: bugs that trigger defensive "can't happen" elog(ERROR, ... ) calls within the planner and rewriter. While I've been vigilant, I certainly wouldn't be surprised if more were found, given the total flexibility of the ON CONFLICT syntax. -- Peter Geoghegan
В списке pgsql-hackers по дате отправления: