Re: BUG #17962: postgresql 11 hangs on poly_contain with specific data

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: n(dot)shaplov(at)postgrespro(dot)ru, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17962: postgresql 11 hangs on poly_contain with specific data
Date: 2023-06-06 05:17:36
Message-ID: 20230606.141736.939081296219135931.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

At Tue, 06 Jun 2023 14:07:49 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> wrote in
> A feasible fix might be to detect infinite recursion. The attached
> works for the this specific case well.

FWIW for this tentative version, fixed several misspelling in error
messages and a comment.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
v0_2-0001-Mitigate-potential-infinite-recursion-in-lseg_ins.patch text/x-patch 3.8 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2023-06-06 08:32:44 BUG #17963: Recursive table cannot be referenced when using LEFT JOIN instead of LATERAL in recursive term
Previous Message Kyotaro Horiguchi 2023-06-06 05:07:49 Re: BUG #17962: postgresql 11 hangs on poly_contain with specific data