diff options
Diffstat (limited to 'src/backend/utils/adt/nabstime.c')
-rw-r--r-- | src/backend/utils/adt/nabstime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/adt/nabstime.c b/src/backend/utils/adt/nabstime.c index b6147490be7..f4a0da81814 100644 --- a/src/backend/utils/adt/nabstime.c +++ b/src/backend/utils/adt/nabstime.c @@ -1,10 +1,10 @@ /* - * nabstime.c-- + * nabstime.c * parse almost any absolute date getdate(3) can (& some it can't) * * Copyright (c) 1994, Regents of the University of California * - * $Id: nabstime.c,v 1.51 1998/12/31 16:30:59 thomas Exp $ + * $Id: nabstime.c,v 1.52 1999/02/13 23:19:24 momjian Exp $ * */ #include <stdio.h> |