postgresql/src/include/utils/datetime.h

21 lines
454 B
C
Raw Normal View History

/*-------------------------------------------------------------------------
*
* datetime.h
* Definitions for the datetime
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: datetime.h,v 1.8 1999/07/14 01:20:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef DATETIME_H
#define DATETIME_H
typedef int32 DateADT;
1997-03-15 00:34:16 +01:00
typedef float8 TimeADT;
1997-03-15 00:34:16 +01:00
#endif /* DATETIME_H */