Clean up comments.

This commit is contained in:
Thomas G. Lockhart 1997-10-25 05:21:10 +00:00
parent 317acd0818
commit 08b1a09ee0
1 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.34 1997/09/08 21:48:32 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.35 1997/10/25 05:21:10 thomas Exp $
*
*-------------------------------------------------------------------------
*/
@ -393,7 +393,7 @@ abstime_finite(AbsoluteTime abstime)
{
return ((abstime != INVALID_ABSTIME)
&& (abstime != NOSTART_ABSTIME) && (abstime != NOEND_ABSTIME));
} /* abstime_datetime() */
} /* abstime_finite() */
/*
@ -535,10 +535,10 @@ datetime_abstime(DateTime *datetime)
};
return (result);
} /* datetime_abstime() */
} /* datetime_abstime() */
/* abstime_datetime()
* Convert datetime to abstime.
* Convert abstime to datetime.
*/
DateTime *
abstime_datetime(AbsoluteTime abstime)
@ -576,4 +576,4 @@ abstime_datetime(AbsoluteTime abstime)
};
return (result);
} /* abstime_datetime() */
} /* abstime_datetime() */