1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Improve comments for AdjustIntervalForTypmod.

Blank line adjustments.
This commit is contained in:
Bruce Momjian
2005-07-12 16:05:12 +00:00
parent 62abb039df
commit 7f0b690334
6 changed files with 14 additions and 25 deletions

View File

@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/nabstime.c,v 1.134 2005/06/29 22:51:56 tgl Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/nabstime.c,v 1.135 2005/07/12 16:04:56 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -833,7 +833,6 @@ interval_reltime(PG_FUNCTION_ARGS)
#ifdef HAVE_INT64_TIMESTAMP
int64 span;
#else
double span;
#endif