remove-redundant-logic.patch
text/x-patch
Filename: remove-redundant-logic.patch
Type: text/x-patch
Part: 0
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/utils/sort/tuplesort.c | 0 | 1 |
diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c index d90a1aebdf..84dc0d07f9 100644 --- a/src/backend/utils/sort/tuplesort.c +++ b/src/backend/utils/sort/tuplesort.c @@ -2709,7 +2709,6 @@ sort_bounded_heap(Tuplesortstate *state) */ reversedirection(state); - state->status = TSS_SORTEDINMEM; state->boundUsed = true; }