Re: ERROR: virtual tuple table slot does not have system attributes

From: Andres Freund <andres(at)anarazel(dot)de>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>,Roby <pacman(at)finefun(dot)com(dot)au>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: ERROR: virtual tuple table slot does not have system attributes
Date: 2019-06-30 00:50:03
Message-ID: AE6C4972-2C08-4B94-A2D5-19347CD20415@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

On June 29, 2019 5:47:18 PM PDT, Jeff Janes <jeff(dot)janes(at)gmail(dot)com> wrote:
>On Fri, Jun 28, 2019 at 5:38 AM Roby <pacman(at)finefun(dot)com(dot)au> wrote:
>
>> Hi,
>>
>> Thank you all very much for your work on Postgres.
>>
>> I have encountered the following error in 12b2 in code that has been
>> working fine for a while in version 11.
>>
>> A test script is attached, the output of which follows.
>>
>>
>Thanks for the reproducible test case. This bisects down to this
>commit,
>
>commit 277cb789836b5ddf81aabb80c2058268c70e2f36
>Author: Andres Freund <andres(at)anarazel(dot)de>
>Date: Wed Mar 6 15:43:33 2019 -0800
>
>Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.
>
>I was a little surprised it was this particular commit, because your
>test
>doesn't use partitioning.
>
>I don't know how to investigate the issue further, so I'm copying
>Andres
>and will add it to the open issues page.

Thanks, will have a look.

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-06-30 18:52:44 Re: BUG #15121: Multiple UBSAN errors
Previous Message Jeff Janes 2019-06-30 00:47:18 Re: ERROR: virtual tuple table slot does not have system attributes