Re: fflush

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Jean-Michel Riet <jean-michel(dot)riet(at)thalesgroup(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: fflush
Date: 2009-01-30 14:48:51
Message-ID: 49831353.3030804@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jean-Michel Riet wrote:
> Hello,
>
> I'm coding some functions in C language on Windows for Postgres server
> (calling from PG).
>
> After dll generation and put it to the correct postgres directory the
> problem is as follow :
>
> Postgres stop running when i call /fflush() / function on a file
> stream and no data are in my file.
>
> The behavior is already the same, Postgres process dies.
>
> Is it a know problem ?,
> or there is a way to protect the calling function, or to implement
> with caution
> the soft.
>

That seems very odd. I think you'll need to show us the whole function code.

cheers

andrew

In response to

  • fflush at 2009-01-30 13:25:56 from Jean-Michel Riet

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-01-30 14:52:03 Re: mingw check hung
Previous Message Magnus Hagander 2009-01-30 14:20:11 Re: mingw check hung