datetime.c in v6.4.3beta2 ...

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: datetime.c in v6.4.3beta2 ...
Date: 1999-03-02 04:47:17
Message-ID: Pine.BSF.4.05.9903020040290.59717-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I just built a v6.4.3beta2 tar file, hoping to try and get it released
RSN, and am doing a test built on my machine...it fails at datetime.c,
line 109, with a reference to day_tab[] ...

day_tab is 'declared' at line 31 of that same file, but that section of
code is #ifdef 0'd out ...

Looks like something that Thomas added:

hub# cvs diff -r1.25.2.1 -r1.25.2.2 datetime.c | less
Index: datetime.c
===================================================================
RCS file: /usr/local/cvsroot/pgsql/src/backend/utils/adt/datetime.c,v
retrieving revision 1.25.2.1
retrieving revision 1.25.2.2
diff -r1.25.2.1 -r1.25.2.2
10c10
< * $Header:
/usr/local/cvsroot/pgsql/src/backend/utils/adt/datetime.c,v
1.25.2.1 1998/12/31 16:34:47 thomas Exp $
---
> * $Header:
/usr/local/cvsroot/pgsql/src/backend/utils/adt/datetime.c,v
1.25.2.2 1999/02/13 05:59:34 thomas Exp $
30c30
<
---
> #if 0
35a36
> #endif
101a103
> #if 0
105a108
> #endif

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 1999-03-02 09:15:40 copyObject() ? again
Previous Message Thomas G. Lockhart 1999-03-02 03:35:44 Re: BTW, datetime is busted in REL6_4 branch