On Fri, Feb 14, 2025 at 11:50 AM Thomas Munro <thomas.munro@gmail.com> wrote:
> Yeah I guess you could in theory also stream pointers to individual
> uncompressed result objects allocated with palloc(), that is point a
> point in the per-buffer-data and make the consumer free it, but that
> has other problems (less locality, allocator churn, need
Sorry, typing too fast, I meant to write: "that is, put a pointer in
the per-buffer-data and make the consumer free it".