Re: [HACKERS] cvsup trouble - ODBC blown away !?!?

2001-09-21 Thread Otto Hirr
Two points 1) I think that the problem with restarting at boot has occurred before. 2) I just sync'ed via cvsup at cvsup.postgresql.org and it deleted all under pgsql/src/interfaces/odbc/*. It also does not seem to appear anywhere else. What's up? This is my client version: (193)-> cvsup

Re: [HACKERS] type casting troubles

2001-09-20 Thread Otto Hirr
olstra.com/projects/freeware/CVSup/s1g/ for details Please notify the maintainer of postgresql.org Refusing update from server with S1G bug Regards, .. Otto Otto Hirr OLAB Inc 503.617.6595 [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On

[HACKERS] CVSup Server has the time bug, needs to be upgraded

2001-09-19 Thread Otto Hirr
ervers, so upgrading to SNAP_16_1e is strongly recommended. Best regards, .. Otto Otto Hirr OLAB Inc 503.617.6595 [EMAIL PROTECTED] ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command

Re: [HACKERS] cvsup trouble - ODBC blown away !?!?

2001-09-21 Thread Otto Hirr
Thanks Marc ! I just cvsup'ed and odbc seems to be all back. Thanks ! Best regards, .. Otto Otto Hirr OLAB Inc 503.617.6595 [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Marc > G. Fournier > Sent:

Re: [HACKERS] [OT] somebody could explain this?

2005-11-04 Thread Otto Hirr
Lets start with an agreed upon expert, Knuth. The art of computer programming. Vol2,Seminumerical Algorithms.Ed2. pg682: Precision: The number of digits in a representation. pg212: Section: Accuracy of floating point numbers. "A rough (but reasonably useful) way to express the behavior of floating

Re: [HACKERS] somebody could explain this?

2005-11-04 Thread Otto Hirr
> What's happening here is that the multiplication, being > floating point, > has some accumulated error such that when you multiply it by 100 and > convert it to an int, it hits the cutoff. Trivia... I heard a story many years ago that landed a programmer in prison... He worked on the program t

Re: [HACKERS] [OT] somebody could explain this?

2005-11-06 Thread Otto Hirr
-754references.html > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Tom Lane > Sent: Friday, November 04, 2005 11:52 AM > To: [EMAIL PROTECTED] > Cc: pgsql-hackers@postgresql.org > Subject: Re: [OT] somebody could explain this? >