File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
return NULL ;
1100
1100
1101
1101
if (!PointerIsValid (result = palloc (sizeof (TimeSpan ))))
1102
- elog (ERROR , "Memory allocation failed, can't subtract timespans" , NULL );
1102
+ elog (ERROR , "Memory allocation failed, can't divide timespans" , NULL );
1103
1103
1104
1104
if (* arg2 == 0.0 )
1105
1105
elog (ERROR , "timespan_div: divide by 0.0 error" );
You can’t perform that action at this time.
0 commit comments