Skip to content

Commit 08b1a09

Browse files
author
Thomas G. Lockhart
committed
Clean up comments.
1 parent 317acd0 commit 08b1a09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/backend/utils/adt/nabstime.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.34 1997/09/08 21:48:32 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.35 1997/10/25 05:21:10 thomas Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -393,7 +393,7 @@ abstime_finite(AbsoluteTime abstime)
393393
{
394394
return ((abstime != INVALID_ABSTIME)
395395
&& (abstime != NOSTART_ABSTIME) && (abstime != NOEND_ABSTIME));
396-
} /* abstime_datetime() */
396+
} /* abstime_finite() */
397397

398398

399399
/*
@@ -535,10 +535,10 @@ datetime_abstime(DateTime *datetime)
535535
};
536536

537537
return (result);
538-
} /* datetime_abstime() */
538+
} /* datetime_abstime() */
539539

540540
/* abstime_datetime()
541-
* Convert datetime to abstime.
541+
* Convert abstime to datetime.
542542
*/
543543
DateTime *
544544
abstime_datetime(AbsoluteTime abstime)
@@ -576,4 +576,4 @@ abstime_datetime(AbsoluteTime abstime)
576576
};
577577

578578
return (result);
579-
} /* abstime_datetime() */
579+
} /* abstime_datetime() */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy