Change time function names to be more consistent, and check for zero divides, from Michael Reifenberg.
Bruce Momjian <bruce@momjian.us>
Change time function names to be more consistent, and check for zero divides, from Michael Reifenberg.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/cash.c | modified | +4 −1 |
| src/backend/utils/adt/dt.c | modified | +35 −16 |
| src/backend/utils/adt/geo_ops.c | modified | +4 −1 |
| src/include/catalog/pg_aggregate.h | modified | +3 −1 |
| src/include/catalog/pg_operator.h | modified | +7 −6 |
| src/include/catalog/pg_proc.h | modified | +8 −6 |
| src/include/utils/dt.h | modified | +7 −6 |