momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) writes:
> Log Message:
> -----------
> Add time/date macros for code clarity:
> #define DAYS_PER_YEAR 365.25
> #define MONTHS_PER_YEAR 12
> #define DAYS_PER_MONTH 30
> #define HOURS_PER_DAY 24
Considering that only one of these four is actually an accurate
constant, I have to question the usefulness of this.
regards, tom lane