cube_picksplit.patch
text/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 | + | − |
|---|---|---|
| contrib/cube/cube.c | 1 | 0 |
*** a/contrib/cube/cube.c
--- b/contrib/cube/cube.c
***************
*** 615,621 **** g_cube_picksplit(PG_FUNCTION_ARGS)
else
{
datum_r = union_dr;
! size_r = size_alpha;
*right++ = i;
v->spl_nright++;
}
--- 615,621 ----
else
{
datum_r = union_dr;
! size_r = size_beta;
*right++ = i;
v->spl_nright++;
}