Re: [BUGS] BUG #6213: COPY does not work as expected in a plpgsql function

2011-09-25 Thread Ramanujam
On Mon, Sep 26, 2011 at 9:57 AM, Robert Haas wrote: > Does it work if you use EXECUTE? Apologies to have not included the list when I replied to Pavel. Re-writing it as a dynamic sql stmt indeed works. Sorry for the noise. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make

[BUGS] BUG #6222: Segmentation fault on unlogged table

2011-09-25 Thread Fujii Masao
The following bug has been logged online: Bug reference: 6222 Logged by: Fujii Masao Email address: masao.fu...@gmail.com PostgreSQL version: 9.2dev Operating system: Linux hermes 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:18:14 UTC 2011 i686 i686 i386 GNU/Linux Descripti

Re: [BUGS] BUG #6213: COPY does not work as expected in a plpgsql function

2011-09-25 Thread Robert Haas
On Sun, Sep 18, 2011 at 10:55 PM, Ramanujam wrote: > The following bug has been logged online: > > Bug reference:      6213 > Logged by:          Ramanujam > Email address:      innomot...@gmail.com > PostgreSQL version: 9.0 > Operating system:   linux x86_64 > Description:        COPY does not wo

Re: [BUGS] BUG #6216: Calling PQconnectdbParams from C++ with a char**

2011-09-25 Thread Tom Lane
Craig Ringer writes: > On 21/09/2011 4:25 PM, Lionel Elie Mamane wrote: >> I added my initial patch, and as far as I understand, I have to send >> the revised patch to the list before I can register it at the >> commitfest. So here is my revised patch, that uses "const char *const * " >> like else

Re: [BUGS] BUG #6218: TRAP: FailedAssertion( "!(owner->nsnapshots == 0)", File: "resowner.c", Line: 365)

2011-09-25 Thread Tom Lane
y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) writes: >> There isn't terribly much we can do with this report unless you can >> provide a complete test case to reproduce it. > after some investigation, i think it is triggered by protocol-level prepare > of ROLLBACK in an aborted transaction. does the