Re: [HACKERS] Re: Postgresql broken

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Cristian Gafton <gafton(at)redhat(dot)com>
Cc: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>, Postgres Hackers List <hackers(at)postgresql(dot)org>, Dwight Johnson <dwj(at)aaronsrod(dot)com>
Subject: Re: [HACKERS] Re: Postgresql broken
Date: 1998-03-01 16:09:56
Message-ID: 34F98854.75E42903@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > The test is to start up psql and try
> >
> > select '$1.00'::money;
> >
> > which fails. I believe this works on other platforms, and I distinctly recall getting
>
> That is true, it fails. However, if you could point to me where exactly
> something is going wrong I could try and have a look at it. I don't really
> feel like digging into postgresql source to see which functions are at
> fault. A small C test program will be nice.

Did you receive my mail dated 1998-02-28 03:02UTC? It contained a very small test program
which (I believe) illustrates the problem. I've now modified it by dropping the relevant
Postgres "money" support code straight into it; the new version is enclosed below. Just do

golem> make testlocale
cc testlocale.c -o testlocale

To try it out. It _may_ just be illustrating my lack of understanding of the locale
support code in Unix, but I'm pretty sure this works on other platforms (and used to work
on an older - 3.03? 4.0? 4.1? - RH installation).

> > 2) pre-glibc2.0.7 has rounding bugs which cause odd results in some date/time
> > routines. The test is to try
> >
> > select '4 hours'::timespan;
>
> Yepp, it fails.

Dwight reported success when upgrading to a newer glibc but I didn't see a change when
trying the glibc in your home directory area. Oliver (I think??) reported success with
Debian with a newer glibc, so perhaps things are fixed and I just didn't do the right
things to have the machine use the new library.

> > which will return '3 hours 59 mins 60 secs' on a machine with problems. We have
> > reports from someone running Debian that glibc2.0.7-pre1 (?) fixes the problem. Any
> > idea on when glibc2.0.7 might be available?
>
> the 2.0.7pre1 is available. However, if the debian folks fixed this
> problem, I can tell you that their patch didn't made it so far in the
> glibc source tree. Again, a small C test program that shows what exactly
> fails will be nice.

OK. I'll work on it and try getting it to you soon. As I recall, it is problems with
rounding behavior in one of the math functions (maybe modf()??). Anyway, will let you
know.

> > 3) the ownership of the data area is incorrect as shipped (I assume this is
> > rpm-specific). On my RH5.0 machine, which is a VAResearch system with Linux/Postgres
> > preinstalled, the data area was owned by root, and the backend cannot start up. If
> > the ownership is changed to the postgres account then the backend starts.
>
> I think that is a VAResearch thing. The package definitely installs the
> /var/lib/pgsql directory owned by postgres account.

OK.

> > Thanks for building a new RPM. I'll try it at work on my production machine tomorrow.
> > Also, we will have new documentation in v6.3, including html and hardcopy, and you
> > will want to repackage that too. Look in the doc directory (in a day or two; I'm
> > still building the docs and haven't committed anything yet to the source tree).
>
> I am still waiting to find out a way to get cvs read-only access to the
> postgres sources. Downloading a full snapshot evey other day is not my
> favorite game. Especially when a nice shell script can take care of
> automatically generating new rpms every day... :-)

We are using CVSup. I built a static version on RH4.2 and placed it on

ftp://postgresql.org/pub/CVSup/cvsup-15.2-client-linux-static.tar.gz

There is a non-static image also, but it probably requires some Modula-3 libraries. Hey,
that brings up something: would you be interested in a Modula-3 rpm? It would make
installing CVSup much easier, since I wouldn't have to do the static library thing.

Actually, I'd be willing to build the rpm (or at least the source rpm) or even better help
set up someone at RH, but I don't know much about rpm building and have been working so
much on Postgres that I really don't want to start from scratch on figuring it out.

I found that it built fairly easily, but it takes 200MB (!!) to do the build. The
installation footprint is much smaller. It's a nice environment, and apparently let John
Polstra, the CVSup developer, do his project fairly easily.

Talk to you soon...

- Tom

Attachment Content-Type Size
testlocale.c text/plain 1.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-03-01 19:47:33 Re: [HACKERS] Re: Postgresql broken
Previous Message Michael 1998-03-01 15:16:50 very minor CFLAGS/COPT request