Re: Assert when executing query on partitioned table

2025-03-15 Thread Joseph Koshakow
On Sat, Mar 8, 2025 at 4:28 PM Joseph Koshakow wrote: > > The assert was introduced commit f16241 > > So if I understand correctly, at the time the assert was added, we in > fact did not support UPDATE of INSERT ON CONFLICT for a partitioned > table. However, since then we've added support but nob

Re: Assert when executing query on partitioned table

2025-03-08 Thread Joseph Koshakow
On Thu, Feb 20, 2025 at 6:14 AM Dmitry Koval wrote: > I got an Assert when executing an "INSERT ... ON CONFLICT ... UPDATE > ..." query on partitioned table. Managed to reproduce this situation. I was able to reproduce the assert with your instructions. > I suggest replace Assert with an erro

Assert when executing query on partitioned table

2025-02-20 Thread Dmitry Koval
Hi! I got an Assert when executing an "INSERT ... ON CONFLICT ... UPDATE ..." query on partitioned table. Managed to reproduce this situation. Reproduction order. --- 1) Apply the patch [v1-0001-Triggering-Assert-on-query-with-ON-CONFLICT.patch] to "master" branch. 2) Buil