ERROR: virtual tuple table slot does not have system attributes

From: Roby <pacman(at)finefun(dot)com(dot)au>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: ERROR: virtual tuple table slot does not have system attributes
Date: 2019-06-28 03:31:14
Message-ID: 73436355-6432-49B1-92ED-1FE4F7E7E100@finefun.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

> DROP TABLE
> DROP FUNCTION
> CREATE TABLE
> CREATE FUNCTION
> test_upsert
> -------------
> 1
> (1 row)
>
> test_upsert
> -------------
> 0
> (1 row)
>
> psql:test.sql:29: ERROR: virtual tuple table slot does not have system attributes
> CONTEXT: SQL function "test_upsert" statement 1

Regards,
Rob.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Langote 2019-06-28 05:34:53 Re: BUG #15873: Attaching a partition fails because it sees deleted columns
Previous Message Michael Paquier 2019-06-28 03:10:56 Re: BUG #15827: Unable to connect on Windows using pg_services.conf using Python psycopg2