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
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.
Th