diff options
Diffstat (limited to 'src/include/utils/nabstime.h')
| -rw-r--r-- | src/include/utils/nabstime.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h index 1e09e82e69..d5343e5a14 100644 --- a/src/include/utils/nabstime.h +++ b/src/include/utils/nabstime.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nabstime.h,v 1.29 2001/03/22 04:01:13 momjian Exp $ + * $Id: nabstime.h,v 1.30 2001/05/03 19:00:37 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -158,7 +158,6 @@ extern Datum timeofday(PG_FUNCTION_ARGS); /* non-fmgr-callable support routines */ extern AbsoluteTime GetCurrentAbsoluteTime(void); -extern bool AbsoluteTimeIsBefore(AbsoluteTime time1, AbsoluteTime time2); extern void abstime2tm(AbsoluteTime time, int *tzp, struct tm * tm, char *tzn); #endif /* NABSTIME_H */ |
