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:21:55 |
Message-ID: | 200209201521.g8KFLtx19370@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Teodor Sigaev <teodor(at)stack(dot)net> writes:
> > gcc -g -O -Wall -Wmissing-prototypes -Wmissing-declarations
> > -I../../../src/include -c -o copy.o copy.c
> > copy.c: In function `CopyFrom':
> > copy.c:1130: warning: passing arg 1 of `coerce_type_constraints' from
> > incompatible pointer type
> > copy.c:1130: warning: passing arg 2 of `coerce_type_constraints' makes integer
> > from pointer without a cast
> > copy.c:1130: too many arguments to function `coerce_type_constraints'
>
> Looks like Rod's domain-constraints-in-COPY patch was stale after my
> recent casting changes. Will work on it ...
>
> (Bruce, you really oughta do some minimal testing on patches before
> committing 'em.)
Sorry, forgot this time. I do normally test.
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-09-20 15:29:23 | Re: Current CVS is broken |
Previous Message | Tom Lane | 2002-09-20 15:19:30 | Re: timestamp parse error |