Oops, looks like my local copy of dt.c conflicted with

Thomas' changes...
pull/50/head
Tom Lane 27 years ago
parent 93c7e5026a
commit 0fda84bfcd
  1. 5
      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
*/

Loading…
Cancel
Save