Today I perfomed some more digging with code and gdb.
I not sure, but may be I have an idea what happens here:
RETURNING ctid fails when code implementing returning happened to get a
"Virtual" tuple as input.
And that ofcourse fail because "virtual tuple does not have any "system
columns" (such a
The following bug has been logged online:
Bug reference: 5895
Logged by: Christopher Head
Email address: chris2...@hotmail.com
PostgreSQL version: 9.0.3
Operating system: Linux amd64
Description:Ability to match more than just CN in client certificate
Details:
This
Maxim Boguk writes:
> I tracked virtual tuple from heaptuple.c::slot_getattr down to
> execMain.c::ExecUpdate and I think somewhere in this way virtual tuple
> should be need to be "materialized" into physical tuple.
That happens at the top of ExecUpdate:
/*
* get the heap tuple out of