RE: [HACKERS] dynamic loading on NT works!

From: Horak Daniel <horak(at)mmp(dot)plzen-city(dot)cz>
To: "'pgsql-hackers(at)postgreSQL(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] dynamic loading on NT works!
Date: 1999-03-22 11:08:53
Message-ID: E821907445D2D2118E0000A024B3BF90520B51@exchange.mmp.plzen-city.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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" ;-(

Attachment Content-Type Size
diff application/octet-stream 2.1 KB
regress.out application/octet-stream 1.6 KB
regression.diffs.gz application/octet-stream 22.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1999-03-22 11:56:24 Re: [HACKERS] macaddr stuff !
Previous Message Jan Wieck 1999-03-22 11:05:52 Re: [HACKERS] 6.5 Feature list and summary