1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Final cleanup.

This commit is contained in:
Bruce Momjian
1999-07-16 05:00:38 +00:00
parent 9b645d481c
commit a71802e12e
210 changed files with 833 additions and 907 deletions

View File

@ -4,7 +4,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nabstime.c,v 1.58 1999/07/15 23:03:27 momjian Exp $
* $Id: nabstime.c,v 1.59 1999/07/16 05:00:14 momjian Exp $
*
*/
#include <stdio.h>
@ -13,7 +13,6 @@
#include <sys/types.h>
#include "postgres.h"
#include "miscadmin.h"
#ifdef HAVE_FLOAT_H
#include <float.h>
#endif
@ -23,8 +22,10 @@
#ifndef USE_POSIX_TIME
#include <sys/timeb.h>
#endif
#include "utils/builtins.h"
#include "access/xact.h"
#include "miscadmin.h"
#include "utils/builtins.h"
static AbsoluteTime tm2abstime(struct tm * tm, int tz);