pgsql: Remove lazy_scan_heap parallel VACUUM comment block. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove lazy_scan_heap parallel VACUUM comment block.
Date
Msg-id E1moxDO-0002Nr-7u@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: pg_receivewal, pg_recvlogical: allow canceling initial password
Next
From: Fujii Masao
Date:
Subject: pgsql: Report wait events for local shell commands like archive_command