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

Commit8930699

Browse files
committed
src/backend/utils/adt/numeric.c fails to compile due to a string having
anembedded new-line character.Billy G. Allie
1 parentcfb7ed4 commit8930699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*1998 Jan Wieck
77
*
8-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/numeric.c,v 1.10 1999/02/13 23:19:28 momjian Exp $
8+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/numeric.c,v 1.11 1999/03/14 16:49:32 momjian Exp $
99
*
1010
* ----------
1111
*/
@@ -2370,8 +2370,8 @@ apply_typmod(NumericVar *var, int32 typmod)
23702370
if (var->weight >=maxweight)
23712371
{
23722372
free_allvars();
2373-
elog(ERROR,"overflow on numeric
2374-
ABS(value) >=10^%dforfieldwithprecision %dscale %d",
2373+
elog(ERROR,"overflow on numeric "
2374+
"ABS(value) >= 10^%d for field with precision %d scale %d",
23752375
var->weight,precision,scale);
23762376
}
23772377

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp