pgsql: Remove lazy_scan_heap parallel VACUUM comment block.

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: E1moxDO-0002Nr-7u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-11-22 01:29:19 pgsql: Report wait events for local shell commands like archive_command
Previous Message Tom Lane 2021-11-21 19:14:00 pgsql: pg_receivewal, pg_recvlogical: allow canceling initial password