datetime.c in v6.4.3beta2 ...
От | The Hermit Hacker |
---|---|
Тема | datetime.c in v6.4.3beta2 ... |
Дата | |
Msg-id | Pine.BSF.4.05.9903020040290.59717-100000@thelab.hub.org обсуждение исходный текст |
Список | 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@hub.org secondary: scrappy@{freebsd|postgresql}.org
В списке pgsql-hackers по дате отправления: