Re: Vacuum: allow usage of more than 1GB of work mem

From: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Claudio Freire <klaussfreire(at)gmail(dot)com>
Subject: Re: Vacuum: allow usage of more than 1GB of work mem
Date: 2018-01-22 15:18:51
Message-ID: 151663433193.23710.778013000582044738.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: tested, passed
Spec compliant: tested, passed
Documentation: tested, passed

I can confirm that these patches don't break anything; the code is well
documented, has some tests and doesn't do anything obviously wrong. However
I would recommend someone who is more familiar with the VACUUM mechanism than I
do to recheck these patches.

The new status of this patch is: Ready for Committer

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2018-01-22 15:40:14 Re: Logical Decoding and HeapTupleSatisfiesVacuum assumptions
Previous Message Tom Lane 2018-01-22 15:01:50 Re: pgsql: Add parallel-aware hash joins.