[PATCH] vacuumlo: print the number of large objects going to be removed - Mailing list pgsql-hackers

From Timur Birsh
Subject [PATCH] vacuumlo: print the number of large objects going to be removed
Date
Msg-id 18232791560320444@sas2-2074c606c35d.qloud-c.yandex.net
Whole thread Raw
Responses Re: [PATCH] vacuumlo: print the number of large objects going to be removed
List pgsql-hackers
Hello,

If tables has a lot of rows with large objects (>1_000_000) that
removed throughout the day, it would be useful to know how many
LOs going to be removed.

First patch - print the number of large objects going to be removed,
second patch - print how many LOs removed in percent.

Can anyone please review.

Please cc, I am not subscribed to the list.

Regards,
Timur
Attachment

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: BEFORE UPDATE trigger on postgres_fdw table not work
Next
From: Fabien COELHO
Date:
Subject: Re: pgbench rate limiting changes transaction latency computation