mirror of
https://github.com/postgres/postgres.git
synced 2025-06-07 00:02:00 -04:00
Clean up comments.
This commit is contained in:
parent
317acd0818
commit
08b1a09ee0
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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)
|
return ((abstime != INVALID_ABSTIME)
|
||||||
&& (abstime != NOSTART_ABSTIME) && (abstime != NOEND_ABSTIME));
|
&& (abstime != NOSTART_ABSTIME) && (abstime != NOEND_ABSTIME));
|
||||||
} /* abstime_datetime() */
|
} /* abstime_finite() */
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -535,10 +535,10 @@ datetime_abstime(DateTime *datetime)
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (result);
|
return (result);
|
||||||
} /* datetime_abstime() */
|
} /* datetime_abstime() */
|
||||||
|
|
||||||
/* abstime_datetime()
|
/* abstime_datetime()
|
||||||
* Convert datetime to abstime.
|
* Convert abstime to datetime.
|
||||||
*/
|
*/
|
||||||
DateTime *
|
DateTime *
|
||||||
abstime_datetime(AbsoluteTime abstime)
|
abstime_datetime(AbsoluteTime abstime)
|
||||||
@ -576,4 +576,4 @@ abstime_datetime(AbsoluteTime abstime)
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (result);
|
return (result);
|
||||||
} /* abstime_datetime() */
|
} /* abstime_datetime() */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user