Re: [HACKERS] dynamic loading on NT works!

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: horak(at)mmp(dot)plzen-city(dot)cz (Horak Daniel)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] dynamic loading on NT works!
Date: 1999-03-22 16:44:55
Message-ID: 199903221644.LAA13903@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[Charset iso-8859-2 unsupported, filtering to ASCII...]
> 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" ;-(

Applied. Hopefully someone will have fixes for the regression problems.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-03-22 16:49:16 Re: [HACKERS] Re: Developers Globe (FINAL)
Previous Message Tom Lane 1999-03-22 15:17:51 Re: [HACKERS] aggregation memory leak and fix