On Tue, Oct 10, 2023 at 11:52 AM David Rowley wrote:
> On Mon, 9 Oct 2023 at 22:49, Richard Guo wrote:
> > I came across a crash in add_paths_to_append_rel() with the query below.
>
> > It was introduced by commit a8a968a8 where we referenced
> > cheapest_startup_path->param_info without first c
On Mon, Oct 9, 2023 at 7:35 PM David Rowley wrote:
> Since you've managed to attribute this to a specific commit, for the
> future, I think instead of opening a new thread, it would be more
> useful to communicate the issue on the thread that's linked in the
> commit message.
Ah, yes, I should
On Tue, Oct 10, 2023 at 11:52 AM David Rowley wrote:
> On Mon, 9 Oct 2023 at 22:49, Richard Guo wrote:
> > I came across a crash in add_paths_to_append_rel() with the query below.
>
> > It was introduced by commit a8a968a8 where we referenced
> > cheapest_startup_path->param_info without first c
On Mon, 9 Oct 2023 at 22:49, Richard Guo wrote:
> I came across a crash in add_paths_to_append_rel() with the query below.
> It was introduced by commit a8a968a8 where we referenced
> cheapest_startup_path->param_info without first checking that we have a
> valid cheapest_startup_path.
I pushed
On Mon, 9 Oct 2023 at 22:49, Richard Guo wrote:
> I came across a crash in add_paths_to_append_rel() with the query below.
> It was introduced by commit a8a968a8 where we referenced
> cheapest_startup_path->param_info without first checking that we have a
> valid cheapest_startup_path.
Thank you