Re: pgsql-server/src/interfaces/ecpg ecpglib/execu ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/interfaces/ecpg ecpglib/execu ...
Date: 2003-03-18 17:01:42
Message-ID: 200303181701.h2IH1gJ03201@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


I am seeing the following ecpg warning in CVS:

execute.c:841: warning: `str' might be used uninitialized in this function
execute.c:864: warning: assignment makes integer from pointer without a cast

---------------------------------------------------------------------------

Michael Meskes wrote:
> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: meskes(at)postgresql(dot)org 03/03/18 05:46:39
>
> Modified files:
> src/interfaces/ecpg/ecpglib: execute.c
> src/interfaces/ecpg/include: pgtypes_error.h
> src/interfaces/ecpg/pgtypeslib: numeric.c
> src/interfaces/ecpg/preproc: Makefile ecpg.c
> src/interfaces/ecpg/test: num_test.pgc test1.pgc
> Added files:
> src/interfaces/ecpg/include: decimal.h
>
> Log message:
> Some bugfixes for numerical library.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
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-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-03-18 17:05:01 pgsql-server/doc/src/sgml/ref pg_dump.sgml
Previous Message Michael Meskes 2003-03-18 10:46:39 pgsql-server/src/interfaces/ecpg ecpglib/execu ...