Re: [HACKERS] Date/time on glibc2 linux

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: phd2(at)earthling(dot)net
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Date/time on glibc2 linux
Date: 1998-12-09 18:25:02
Message-ID: 366EC07E.14F2BBAC@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Another problem I have - I cannot recompile postgres with DATEDEBUG
> defined in config.h - I got the error:
<snip>

These don't appear to be related. However, I usually just (slightly)
edit the src/backend/utils/adt/Makefile to add in
CFLAGS+= -DDATEDEBUG

since it is a symbol which afaik only affects files in that directory,
and should not be kept in after you are finished.

Do you have any test cases *other* than the date->datetime conversion
example? If you don't then we should probably be looking for a very
local problem, not a system-wide problem. otoh I have a hard time
picturing how this could not be a system-wide problem, given that I see
no problems on the same test case on gcc/libc5 systems.

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Broytmann 1998-12-09 18:33:28 Re: [HACKERS] Date/time on glibc2 linux
Previous Message Thomas G. Lockhart 1998-12-09 18:17:21 Re: AW: [HACKERS] isnull() or is it?t