Re: Rethinking autovacuum.c memory handling
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Bossart, Nathan" <bossartn@amazon.com>
Cc: Michael Paquier <michael.paquier@gmail.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-09-23T17:36:23Z
Lists: pgsql-hackers
"Bossart, Nathan" <bossartn@amazon.com> writes: > This looks reasonable to me as well. I haven't noticed any issues after > a couple hours of pgbench with aggressive autovacuum settings, either. Thanks for looking. As I'm sure you realize, what motivated that was not liking the switch into AutovacMemCxt that you'd added in autovacuum_do_vac_analyze ... with this patch, we can drop that. regards, tom lane
Commits
-
Improve memory management in autovacuum.c.
- 335f3d04e4c8 11.0 landed
-
Test BRIN autosummarization
- 404ba54e8fd3 11.0 landed
- 3571a53345bb 10.0 landed