Re: Rethinking autovacuum.c memory handling
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-09-23T17:28:56Z
Lists: pgsql-hackers
Michael Paquier <michael.paquier@gmail.com> writes: > I have spent some time looking at your patch and testing it. This > looks sane. A small comment that I have would be to add an assertion > at the top of perform_work_item to be sure that it is called in the > memory context of AutovacMemCxt. Done like that, thanks for reviewing! 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