Re: [HACKERS] Bug in sql_fmgr when envoked via copy

2006-08-04 Thread Tom Lane
Darcy Buskermolen <[EMAIL PROTECTED]> writes: > A fresh cvs update of -HEAD produces the following when I attempt to import= > a > dump that has a domain using a SQL function as part of the check constraint= > . > This error only shows while using COPY for more than 1 row. Inserts work= > >

[HACKERS] Bug in sql_fmgr when envoked via copy

2006-08-04 Thread Darcy Buskermolen
A fresh cvs update of -HEAD produces the following when I attempt to import a dump that has a domain using a SQL function as part of the check constraint. This error only shows while using COPY for more than 1 row. Inserts work fine. Find attached a simple self contained test case. gdb ../bi