|
7 | 7 | * |
8 | 8 | * |
9 | 9 | * IDENTIFICATION |
10 | | - * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.66 1999/03/14 16:03:04 momjian Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.67 1999/03/20 02:31:45 momjian Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -1099,7 +1099,7 @@ timespan_div(TimeSpan *span1, float8 *arg2) |
1099 | 1099 | returnNULL; |
1100 | 1100 |
|
1101 | 1101 | if (!PointerIsValid(result=palloc(sizeof(TimeSpan)))) |
1102 | | -elog(ERROR,"Memory allocation failed, can'tsubtract timespans",NULL); |
| 1102 | +elog(ERROR,"Memory allocation failed, can'tdivide timespans",NULL); |
1103 | 1103 |
|
1104 | 1104 | if (*arg2==0.0) |
1105 | 1105 | elog(ERROR,"timespan_div: divide by 0.0 error"); |
|