aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-05-09 22:43:50 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-05-09 22:43:50 +0000
commit14257ee2c6cd906af97b7336598cbebe2f4f70fe (patch)
tree1f2657fce54bd5973c6ce3af649ff6e4b2dda4b5
parent70c4c57e42cae59248ed83b88e46c6867d53b398 (diff)
downloadpostgresql-14257ee2c6cd906af97b7336598cbebe2f4f70fe.tar.gz
postgresql-14257ee2c6cd906af97b7336598cbebe2f4f70fe.zip
Add bit flags to support timezonehour and minute in data retrieval.
-rw-r--r--src/include/utils/dt.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/include/utils/dt.h b/src/include/utils/dt.h
index c027e7e4247..7c732e483ec 100644
--- a/src/include/utils/dt.h
+++ b/src/include/utils/dt.h
@@ -8,7 +8,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dt.h,v 1.28 1998/02/26 04:43:58 momjian Exp $
+ * $Id: dt.h,v 1.29 1998/05/09 22:43:50 thomas Exp $
*
*-------------------------------------------------------------------------
*/
@@ -165,8 +165,11 @@ typedef struct
#define DTK_MILLENIUM 28
#define DTK_MILLISEC 29
#define DTK_MICROSEC 30
-#define DTK_DOW 31
-#define DTK_DOY 32
+
+#define DTK_DOW 32
+#define DTK_DOY 33
+#define DTK_TZ_HOUR 34
+#define DTK_TZ_MINUTE 35
/*
* Bit mask definitions for time parsing.