mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Started adding date and timestamp.
This commit is contained in:
@@ -2,4 +2,14 @@
|
||||
|
||||
#ifndef dec_t
|
||||
#define dec_t NumericVar
|
||||
|
||||
#define CSHORTTYPE 0
|
||||
#define CMONEYTYPE 0
|
||||
#define CCHARTYPE 0
|
||||
#define CDECIMALTYPE 0
|
||||
#define CINTTYPE 0
|
||||
#define CDATETYPE 0
|
||||
#define CDOUBLETYPE 0
|
||||
#define CLONGTYPE 0
|
||||
|
||||
#endif /* dec_t */
|
||||
|
Reference in New Issue
Block a user