repack_comment.diff
text/x-diff
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: unified
| File | + | − |
|---|---|---|
| src/backend/commands/repack.c | 0 | 2 |
diff --git a/src/backend/commands/repack.c b/src/backend/commands/repack.c index 4d177c868bb..195d85c323b 100644 --- a/src/backend/commands/repack.c +++ b/src/backend/commands/repack.c @@ -1453,8 +1453,6 @@ copy_table_data(Relation NewHeap, Relation OldHeap, Relation OldIndex, /* * Reset rd_toastoid just to be tidy --- it shouldn't be looked at again. - * In the CONCURRENTLY case, we need to set it again before applying the - * concurrent changes. */ NewHeap->rd_toastoid = InvalidOid;