uw7.patch
application/x-patch
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: context
| File | + | − |
|---|---|---|
| src/backend/utils/adt/numeric.c | 2 | 2 |
*** src/backend/utils/adt/numeric.c.orig Mon Mar 1 10:13:27 1999
--- src/backend/utils/adt/numeric.c Mon Mar 1 23:09:00 1999
***************
*** 2370,2377 ****
if (var->weight >= maxweight)
{
free_allvars();
! elog(ERROR, "overflow on numeric
! ABS(value) >= 10^%d for field with precision %d scale %d",
var->weight, precision, scale);
}
--- 2370,2377 ----
if (var->weight >= maxweight)
{
free_allvars();
! elog(ERROR, "overflow on numeric "
! "ABS(value) >= 10^%d for field with precision %d scale %d",
var->weight, precision, scale);
}