Peter Geoghegan wrote: > Why have you removed the GetLastError() call? MSDN says that "The > return value is the calling thread's last-error code".
True, but we check it also after all the threads have completed setting their error values. I removed it because Unix does not have such a check and it seemed logical to do the check only after we were done. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
