You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/include/utils/datetime.h

20 lines
454 B

/*-------------------------------------------------------------------------
*
* 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;
typedef float8 TimeADT;
#endif /* DATETIME_H */