1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add checs for float.h

Remove 'unused variable' from dt.c
This commit is contained in:
Marc G. Fournier
1997-03-25 20:02:42 +00:00
parent 719a413fd2
commit 64c82a5016
4 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.9 1997/03/25 20:00:52 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.10 1997/03/25 20:02:42 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -2556,7 +2556,6 @@ int EncodePostgresDate(struct tm *tm, double fsec, char *str)
char mabbrev[4], dabbrev[4];
int day;
double sec;
char buf[MAXDATELEN];
sec = (tm->tm_sec + fsec);