Re: Eagerly scan all-visible pages to amortize aggressive vacuum - Mailing list pgsql-hackers

From Marcos Pegoraro
Subject Re: Eagerly scan all-visible pages to amortize aggressive vacuum
Date
Msg-id CAB-JLwYdsP7B8+rp09tbc4_6Rq_rAdj6GZyU7BZkA0QA+aghEw@mail.gmail.com
Whole thread Raw
In response to Re: Eagerly scan all-visible pages to amortize aggressive vacuum  (Andres Freund <andres@anarazel.de>)
Responses Re: Eagerly scan all-visible pages to amortize aggressive vacuum
List pgsql-hackers
On 14.01.2025 22:51, Melanie Plageman wrote:

There is a typo on committed vacuumlazy.c file
 * If the TID store fills up in phase I, vacuum suspends phase I, proceeds to
 * phases II and II, cleaning up the dead tuples referenced in the current TID
 * store. This empties the TID store resumes phase I.

Probably you meant phases II and III

regards
Marcos

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: convert libpgport's pqsignal() to a void function
Next
From: Peter Eisentraut
Date:
Subject: Re: Virtual generated columns