Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ea6c80

Browse files
committed
cleanup
1 parentafac636 commit3ea6c80

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/adt

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/dt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* 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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1099,7 +1099,7 @@ timespan_div(TimeSpan *span1, float8 *arg2)
10991099
returnNULL;
11001100

11011101
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);
11031103

11041104
if (*arg2==0.0)
11051105
elog(ERROR,"timespan_div: divide by 0.0 error");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp