On Tue, 02 Feb 2010, Lorenzo Fiorini wrote: > Thanks for the answer. This is what I've found in > http://www.enterprisedb.com/documentation/libpq-concepts.html: [...] > Do you think I can found not thread-safe libpq in distros like Centos, > Fedora, Ubuntu?
Add Harbour wrapper to function which returns thread safe status and check it. And of course check if you are using new separate concatenation in each thread in your own code. BTW someone should update contrib/hbpgsql/postgres.c to use GC pointers for PGcancel* and PGresult* like for PGconn* and add RTE when wrong parameters are passed to functions. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
