Re: Current CVS is broken

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Teodor Sigaev <teodor(at)stack(dot)net>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Current CVS is broken
Date: 2002-09-20 15:43:38
Message-ID: 200209201543.g8KFhdL26454@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > OK, patch attached. Tom, what is the proper third parameter in COPY,
> > COERCE_DONTCARE?
>
> It would be COERCE_IMPLICIT_CAST. But I don't like the patch as it
> stands anyway, because it is repeating a ton of catalog lookups for
> every input row. I have more extensive changes in mind ...

OK, I changed it to COERCE_IMPLICIT_CAST. The patch did fix a COPY
failure for NULL's and DOMAIN so I didn't remove the patch. Feel free
to wack it around.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Copeland 2002-09-20 15:44:05 Re: Having no luck with getting pgbench to run multiple
Previous Message Tom Lane 2002-09-20 15:40:14 Re: Current CVS is broken