pgsql: vacuumlazy.c: Remove obsolete 'onecall' comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumlazy.c: Remove obsolete 'onecall' comment.
Date: 2021-09-25 17:24:08
Message-ID: E1mUBPE-0005pi-Dp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

vacuumlazy.c: Remove obsolete 'onecall' comment.

Remove obsolete reference to lazy_vacuum()'s onecall argument. The
function argument was removed by commit 3499df0dee.

Also remove adjoining comment block that introduces the wraparound
failsafe concept. Talking about the failsafe here no longer makes
sense, since lazy_vacuum() (and related functions) are no longer the
only place where the failsafe might be triggered. This has been the
case since commit c242baa4a8 taught VACUUM to consider triggering the
failsafe mechanism during its initial heap scan.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c1a47dfe2e9f814e61377f47aa79a113a4c73a63

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-09-25 22:07:04 pgsql: Update obsolete nbtree deletion comments.
Previous Message Tom Lane 2021-09-25 15:37:00 pgsql: Doc: final(?) updates for 14.0 release notes.