summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorShigeru Hanada2011-03-15 04:19:24 +0000
committerShigeru Hanada2011-03-15 04:19:24 +0000
commit47c559a335be1769c6aad97f6d9a2b35a969a1df (patch)
tree92c0288b682eec3de81d5a9c876b31de2c2d3d05 /src/include
parentef05d6c1e238f5d211201539e1908e1f75edaec4 (diff)
parent2d68a329e3a2739012e6dca0327ab006276e93b0 (diff)
Merge branch 'postgresql_fdw' into parallelparallel
Diffstat (limited to 'src/include')
-rw-r--r--src/include/utils/timestamp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/utils/timestamp.h b/src/include/utils/timestamp.h
index e14285f8a4..9e51b58dde 100644
--- a/src/include/utils/timestamp.h
+++ b/src/include/utils/timestamp.h
@@ -81,8 +81,6 @@ typedef struct
*/
#define DAYS_PER_MONTH 30 /* assumes exactly 30 days per month */
#define HOURS_PER_DAY 24 /* assume no daylight savings time changes */
-#define MINS_PER_HOUR 60 /* assume no daylight savings time changes */
-#define SECS_PER_MINUTE 60 /* assume no daylight savings time changes */
/*
* This doesn't adjust for uneven daylight savings time intervals or leap