src/backend/utils/adt/numeric.c fails to compile due to a string having
authorBruce Momjian <bruce@momjian.us>
Sun, 14 Mar 1999 16:49:32 +0000 (16:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 14 Mar 1999 16:49:32 +0000 (16:49 +0000)
an
embedded new-line character.

Billy G. Allie

src/backend/utils/adt/numeric.c

index dcd32d73c82b3d8b884fee2a89677225f49b68cc..730438fe0774a226eff8d8d77051aa700a1d68bf 100644 (file)
@@ -2370,8 +2370,8 @@ apply_typmod(NumericVar *var, int32 typmod)
        if (var->weight >= maxweight)
        {
                free_allvars();
-               elog(ERROR, "overflow on numeric
-        ABS(value) >= 10^%d for field with precision %d scale %d",
+               elog(ERROR, "overflow on numeric "
+        "ABS(value) >= 10^%d for field with precision %d scale %d",
                                                        var->weight, precision, scale);
        }