ERROR: virtual tuple table slot does not have system attributes - Mailing list pgsql-bugs

From Roby
Subject ERROR: virtual tuple table slot does not have system attributes
Date
Msg-id 73436355-6432-49B1-92ED-1FE4F7E7E100@finefun.com.au
Whole thread Raw
Responses Re: ERROR: virtual tuple table slot does not have system attributes
List 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.

Attachment

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #15827: Unable to connect on Windows using pg_services.confusing Python psycopg2
Next
From: Amit Langote
Date:
Subject: Re: BUG #15873: Attaching a partition fails because it sees deleted columns