We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36fef1 commit 0643b6aCopy full SHA for 0643b6a
src/backend/utils/adt/date.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/date.c,v 1.85 2003/07/24 00:21:26 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/date.c,v 1.86 2003/07/24 04:38:19 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -350,7 +350,7 @@ timestamp_date(PG_FUNCTION_ARGS)
350
DateADT result;
351
struct tm tt,
352
*tm = &tt;
353
- double fsec;
+ fsec_t fsec;
354
355
if (TIMESTAMP_NOT_FINITE(timestamp))
356
PG_RETURN_NULL();
0 commit comments