]> granicus.if.org Git - postgresql/blob - src/include/utils/datetime.h
Massive commit to run PGINDENT on all *.c and *.h files.
[postgresql] / src / include / utils / datetime.h
1 /*-------------------------------------------------------------------------
2  *
3  * datetime.h--
4  *        Definitions for the datetime
5  *
6  *
7  * Copyright (c) 1994, Regents of the University of California
8  *
9  * $Id: datetime.h,v 1.4 1997/09/07 05:02:16 momjian Exp $
10  *
11  *-------------------------------------------------------------------------
12  */
13 #ifndef DATETIME_H
14 #define DATETIME_H
15
16 #include "utils/dt.h"
17
18 typedef int32   DateADT;
19
20 typedef float8  TimeADT;
21
22 #endif                                                  /* DATETIME_H */