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

From Thomas G. Lockhart
Subject Re: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)
Date
Msg-id 34FD77B1.848B35E7@alumni.caltech.edu
Whole thread Raw
In response to Re: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)  ("Thomas A. Szybist" <szybist@boxhill.com>)
Responses Re: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)  ("Thomas A. Szybist" <szybist@boxhill.com>)
List pgsql-hackers
> 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


pgsql-hackers by date:

Previous
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Speedups
Next
From: Bruce Momjian
Date:
Subject: Re: [QUESTIONS] Re: [HACKERS] text should be a blob field