]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Oops, looks like my local copy of dt.c conflicted with
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Mar 1999 01:35:35 +0000 (01:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Mar 1999 01:35:35 +0000 (01:35 +0000)
Thomas' changes...

src/backend/utils/adt/dt.c

index 588e8ebf200d6df92ffc3ad4dd1b2428c89d83da..edaba58c186808912b55eb18cac872dfd7ca3619 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.59.2.3 1999/03/06 22:49:01 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.59.2.4 1999/03/07 01:35:35 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -2300,7 +2300,8 @@ datetkn    *deltacache[MAXDATEFIELDS] = {NULL};
  * These routines will be used by other date/time packages - tgl 97/02/25
  */
 
-#if 1
+#if 0
+XXX moved to dt.h - thomas 1999-01-15
 /* Set the minimum year to one greater than the year of the first valid day
  *     to avoid having to check year and day both. - tgl 97/05/08
  */