summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2011-03-14 14:40:14 +0000
committerBruce Momjian2011-03-14 14:40:14 +0000
commitb051a34fd8877635186ed84a857f2f38cd059468 (patch)
tree6eb36b44cefd29fc3fe56209fe558493f123ee8b
parenta2eb9e0c08ee73208b5419f5a53a6eba55809b92 (diff)
Remove duplicate time-based macros recently added.
-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 e14285f8a46..9e51b58dde0 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