From: Tom Lane Date: Sun, 7 Mar 1999 01:35:35 +0000 (+0000) Subject: Oops, looks like my local copy of dt.c conflicted with X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fda84bfcd7e3ab1a8bcca7282e2b319930f7070;p=thirdparty%2Fpostgresql.git Oops, looks like my local copy of dt.c conflicted with Thomas' changes... --- diff --git a/src/backend/utils/adt/dt.c b/src/backend/utils/adt/dt.c index 588e8ebf200..edaba58c186 100644 --- a/src/backend/utils/adt/dt.c +++ b/src/backend/utils/adt/dt.c @@ -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 */