Re: Patch: Optimize memory allocation in function 'bringetbitmap'
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Jinyu Zhang <beijing_pg@163.com>
Cc: pgsql-hackers@postgresql.org
Date: 2017-03-01T17:58:06Z
Lists: pgsql-hackers
Attachments
- brin_optimize_mem-3.patch (text/plain) patch
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). -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Reduce the number of pallocs() in BRIN
- 8bf74967dab1 10.0 landed