1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Remove duplicate time-based macros recently added.

This commit is contained in:
Bruce Momjian
2011-03-14 10:40:14 -04:00
parent a2eb9e0c08
commit b051a34fd8

View File

@ -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