use AV worker items infrastructure for GIN pending list's cleanup

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: pgsql-hackers(at)postgresql(dot)org
Subject: use AV worker items infrastructure for GIN pending list's cleanup
Date: 2021-04-05 06:31:17
Message-ID: 20210405063117.GA2478@ahch-to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

When AV worker items where introduced 4 years ago, i was suggested that
it could be used for other things like cleaning the pending list of GIN
index when it reaches gin_pending_list_limit instead of making user
visible operation pay the price.

That never happened though. So, here is a little patch for that.

Should I add an entry for this on next commitfest?

--
Jaime Casanova
Director de Servicios Profesionales
SystemGuards - Consultores de PostgreSQL

Attachment Content-Type Size
av_workitem_gin_cleanup_pending_list.patch text/x-diff 2.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tsunakawa.takay@fujitsu.com 2021-04-05 07:04:09 RE: Stronger safeguard for archive recovery not to miss data
Previous Message Joel Jacobson 2021-04-05 06:19:27 Re: [PATCH] Implement motd for PostgreSQL