Re: Patch: Optimize memory allocation in function 'bringetbitmap'
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Robert Haas <robertmhaas@gmail.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Jinyu Zhang <beijing_pg@163.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-03-14T14:18:47Z
Lists: pgsql-hackers
On 3/4/17 12:43 AM, Robert Haas wrote: > On Wed, Mar 1, 2017 at 11:28 PM, Alvaro Herrera > <alvherre@2ndquadrant.com> wrote: >> Alvaro Herrera wrote: >>> Jinyu Zhang wrote: >>> >>>> Update the patch_brin_optimze_mem according to your comment. >>> >>> I have added this patch to the commitfest, which I've been intending to >>> get in for a long time. I'll be submitting an updated patch soon. >> >> Here it is. I addressed some of Tomas' comments, but not all (so this >> is mostly just a rebased on Jinyu's original submission). > > I think we should regard this resubmission as untimely, unless there > is an argument that it amounts to a bug fix. I agree and I'm also confused about which author this is waiting on. Is it Jinyu or Álvaro? Thanks, -- -David david@pgmasters.net
Commits
-
Reduce the number of pallocs() in BRIN
- 8bf74967dab1 10.0 landed