pgsql: Remove lazy_scan_heap parallel VACUUM comment block.

Lists: pgsql-committers
From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove lazy_scan_heap parallel VACUUM comment block.
Date: 2021-11-22 00:29:46
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Remove lazy_scan_heap parallel VACUUM comment block.

This doesn't belong next to very high level discussion of the tasks that
lazy_scan_heap performs. There is already a similar, longer comment
block at the top of vacuumlazy.c that mentions lazy_scan_heap directly.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/97f5aef609ce51422934b7dbdba599a7de4dbafd

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 12 ------------
1 file changed, 12 deletions(-)