Re: [HACKERS] Patch for glibc2 date problems

From: Maarten Boekhold <maartenb(at)dutepp0(dot)et(dot)tudelft(dot)nl>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>, The Hermit Hacker <scrappy(at)hub(dot)org>, pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] Patch for glibc2 date problems
Date: 1998-01-16 09:52:06
Message-ID: Pine.SUN.3.91.980116105059.4763B-100000@dutepp0.et.tudelft.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 16 Jan 1998, Thomas G. Lockhart wrote:

> > The patch for glibc2 dates is attached. With this applied, a Linux system
> > with libc6 (glibc2) passes all the date and time related regression tests.

> It looks as though this patch is a bit Linux-specific (or specific to
some version of glibc which has only been tested on Linux).

> Can we wait until glibc2 settles down, or provide this as an add-on
patch rather than merging it into the main tree? I hate adding
machine-specific code into otherwise general code...

> Another possibility would be to add a new #define variable like
HAVE_FUNNY_LIBRARY in config.h or in linux.h so we can possibly use this
with other ports if necessary in the future.

How about making this #define 'HAVE_GLIBC' ???

Maarten

_____________________________________________________________________________
| Maarten Boekhold, Faculty of Electrical Engineering TU Delft, NL |
| Computer Architecture and Digital Technique section |
| M(dot)Boekhold(at)et(dot)tudelft(dot)nl |
-----------------------------------------------------------------------------

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mattias Kregert 1998-01-16 11:26:30 Re: [HACKERS] Linux Journal article on PostgreSQL
Previous Message Vadim B. Mikheev 1998-01-16 09:37:20 Re: [HACKERS] Re: subselects