Re: [BUGS] BUG #1815: ECPGdebug causes crash on Windows XP - Mailing list pgsql-interfaces

From Bruce Momjian
Subject Re: [BUGS] BUG #1815: ECPGdebug causes crash on Windows XP
Date
Msg-id 200508130243.j7D2hQO03087@candle.pha.pa.us
Whole thread Raw
List pgsql-interfaces
Can someone on the interfaces list comment on this?  Thanks.

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

joshua masiko wrote:
>
> The following bug has been logged online:
>
> Bug reference:      1815
> Logged by:          joshua masiko
> Email address:      joshua_masiko@yahoo.com
> PostgreSQL version: 8.0.3
> Operating system:   Windows XP SP2
> Description:        ECPGdebug causes crash on Windows XP
> Details:
>
> /* Processed by ecpg (4.0.1) */
> /* These include files are added by the preprocessor */
> #include <ecpgtype.h>
> #include <ecpglib.h>
> #include <ecpgerrno.h>
> #include <sqlca.h>
> /* End of automatic include section */
> #line 1 "main.pgc"
> #include <stdio.h>
>
> int main(int argc,char **argv)
> {
>     ECPGdebug(1,stderr);
>     return 0;
> }
>
> Running the above program results in a reproducible crash on Windows XP
>
> Environment
> Windows XP SP2
> Visual Studio SP5
> Postgresql 8.0.3
>
> Any ideas??
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match
>

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

pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] ECPG ignores SAVEPOINT if first statement of a transaction
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] BUG #1815: ECPGdebug causes crash on Windows XP