| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Michael Meskes <meskes(at)postgresql(dot)org> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | ecpg glitch in CVS tip |
| Date: | 2004-07-01 02:05:35 |
| Message-ID: | 17832.1088647535@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I'm seeing this:
make[4]: Entering directory `/home/postgres/pgsql/src/interfaces/ecpg/ecpglib'
...
gcc -O1 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DFRONTEND -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_XOPEN_SOURCE_EXTENDED -c -o descriptor.o descriptor.c
descriptor.c: In function `ECPGset_desc':
descriptor.c:460: warning: assignment from incompatible pointer type
descriptor.c:438: warning: unused variable `last_di'
...
Looks like that last patch needs a bit o' work yet ...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joseph Shraibman | 2004-07-01 02:56:53 | suggestion: set default statistics to 100 for numerics |
| Previous Message | Mark Kirkwood | 2004-06-30 23:15:17 | Re: Compile Failue on win32 - pipe.c using ereport |