/*------------------------------------------------------------------------- * * datetime.h * Definitions for the datetime * * * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * * $Id: datetime.h,v 1.9 2000/01/26 05:58:37 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef DATETIME_H #define DATETIME_H typedef int32 DateADT; typedef float8 TimeADT; #endif /* DATETIME_H */