RE: [HACKERS] dynamic loading on NT works!
Horak Daniel <horak@mmp.plzen-city.cz>
From: Horak Daniel <horak@mmp.plzen-city.cz>
To: "'pgsql-hackers@postgreSQL.org'" <pgsql-hackers@postgreSQL.org>
Date: 1999-03-22T11:08:53Z
Lists: pgsql-hackers
Attachments
- diff (application/octet-stream)
- regress.out (application/octet-stream)
- regression.diffs.gz (application/octet-stream)
Hi, I have solved some problems with dynamic loading on NT. It is possible to run succesfully both trigger and plpgsql regression tests. The patch is in the included file "diff". Dan PS: current regress.out and regression.diff are included some notes: - int2, int4, float8 - different error messages from libc - geometry - differences in float numbers (mostly least significant digits) - date & time - 1 hour difference - constraints - important!!! - misc - missing lines in result - rules - different order of returned records - temp - crash when doing "\c regression" ;-(