Re: [BUGS] BUG #5798: Some weird error with pl/pgsql procedure

2011-02-20 Thread Maxim Boguk
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

[BUGS] BUG #5895: Ability to match more than just CN in client certificate

2011-02-20 Thread Christopher Head
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

Re: [BUGS] BUG #5798: Some weird error with pl/pgsql procedure

2011-02-20 Thread Tom Lane
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