8000 Oops, looks like my local copy of dt.c conflicted with · linearregression/postgres@0fda84b · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 0fda84b

Browse files
committed
Oops, looks like my local copy of dt.c conflicted with
Thomas' changes...
1 parent 93c7e50 commit 0fda84b

File tree

1 file changed

+3
-2
lines changed
  • src/backend/utils/adt

1 file changed

+3
-2
lines changed

src/backend/utils/adt/dt.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.59.2.3 1999/03/06 22:49:01 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.59.2.4 1999/03/07 01:35:35 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -2300,7 +2300,8 @@ datetkn *deltacache[MAXDATEFIELDS] = {NULL};
23002300
* These routines will be used by other date/time packages - tgl 97/02/25
23012301
*/
23022302

2303-
#if 1
2303+
#if 0
2304+
XXX moved to dt.h - thomas 1999-01-15
23042305
/* Set the minimum year to one greater than the year of the first valid day
23052306
* to avoid having to check year and day both. - tgl 97/05/08
23062307
*/

0 commit comments

Comments
 (0)
0