Re: pgsql: Track unpruned relids to avoid processing pruned relations

2025-03-03 Thread Amit Langote
On Mon, Mar 3, 2025 at 6:33 PM Robins Tharakan wrote: > On Fri, 7 Feb 2025 at 18:45, Amit Langote wrote: >> >> Track unpruned relids to avoid processing pruned relations >> > > Since this change, the SQL in the bug-report #18830 [1] segfaults reliably. > > The SQL was tested with commits as recen

Re: pgsql: Track unpruned relids to avoid processing pruned relations

2025-03-03 Thread Robins Tharakan
Hi Amit, On Fri, 7 Feb 2025 at 18:45, Amit Langote wrote: > Track unpruned relids to avoid processing pruned relations > > Since this change, the SQL in the bug-report #18830 [1] segfaults reliably. The SQL was tested with commits as recent as 15a79c7311 (2nd March), so it appears unrelated to