Re: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)

From: "Thomas A(dot) Szybist" <szybist(at)boxhill(dot)com>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org, Cristian Gafton <gafton(at)redhat(dot)com>
Subject: Re: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)
Date: 1998-03-04 16:05:46
Message-ID: 199803041605.LAA25074@carmina.boxhill
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In message <34FD77B1(dot)848B35E7(at)alumni(dot)caltech(dot)edu>, "Thomas G. Lockhart" writes:
> > Just thought you'd like another data point. I just installed Cristian's
> > glibc2-2.0.7 packages. Like Thomas, I still get:
> >
> > postgres=> select '1 min'::timespan;
> > ?column?
> > ------------
> > @ 60.00 secs
> > (1 row)
> >
> > Without recompiling. With recompiling, I get:
> >
> > postgres=> select '1 min'::timespan;
> > ?column?
> > --------
> > @ 1 min
> > (1 row)
> >
> > I'm using gcc 2.7.2.3 -O2.
>
> Well, this narrows it down a lot! Wonder why it requires a recompile?? afaik there
> isn't any static library linking involved...
>
> - Tom
>

Could an include file account for this?

Tom Szybist
szybist(at)boxhill(dot)com

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-03-04 16:09:26 Re: [HACKERS] version control backups?
Previous Message Bruce Momjian 1998-03-04 16:01:16 Re: [HACKERS] no operator '=' for types char16 and text