Re: pgsql: Support Parallel Append plan nodes.

2017-12-05 Thread amul sul
Thanks Tom for the crash analysis, I think this is the same reason that Rajkumar's reported case[1] was crashing only with partition-wise-join = on. I tried to fix this crash[2] but missed the place where I have added assert check in the assumption that we always coming from the previous check in t

Re: pgsql: Support Parallel Append plan nodes.

2017-12-06 Thread amul sul
Copying & reverting to Amit Khandekar's email here: On Wed, Dec 6, 2017 at 11:45 AM, amul sul wrote: >> Thanks Tom for the crash analysis, I think this is the same reason that >> Rajkumar's reported case[1] was crashing only with partition-wise-join = on. >>

Re: pgsql: Avoid crashing when a JIT-inlined backend function throws an err

2024-07-11 Thread Amul Sul
On Fri, Jun 28, 2024 at 12:14 AM Tom Lane wrote: > > Avoid crashing when a JIT-inlined backend function throws an error. > > errfinish() assumes that the __FUNC__ and __FILE__ arguments it's > passed are compile-time constant strings that can just be pointed > to rather than physically copied. Ho

Re: pgsql: Allow NOT VALID foreign key constraints on partitioned tables

2025-01-24 Thread Amul Sul
On Fri, Jan 24, 2025 at 12:19 PM Michael Paquier wrote: > > Hi Alvaro. > > On Thu, Jan 23, 2025 at 02:59:38PM +, Alvaro Herrera wrote: > > Allow NOT VALID foreign key constraints on partitioned tables > > > > This feature was intentionally omitted when FKs were first implemented > > for partit