postgresql/src/include/utils/datetime.h

23 lines
478 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.3 1997/06/23 15:03:41 thomas Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef DATETIME_H
#define DATETIME_H
1997-03-15 00:34:16 +01:00
#include "utils/dt.h"
typedef int32 DateADT;
typedef float8 TimeADT;
#endif /* DATETIME_H */