Regarding ambulkdelete, amvacuumcleanup index methods - Mailing list pgsql-hackers

From Abinaya k
Subject Regarding ambulkdelete, amvacuumcleanup index methods
Date
Msg-id CAEtC32MR8h=+4s0szQ1ZcHN49hf345ehysCL8bQz7OyD0kZXXA@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hai all,
      We are building In-memory index extension for postgres. We would capture table inserts, updates, deletes using triggers. During vacuum operation, postgres would give calls to ambulkdelete, amvacuumcleanup (as part of index cleanup). As we handle all updates, deletes using triggers, we don't have to do any index cleanup in ambulkdelete. But, what stats should i return from ambulkdelete and amvacuumcleanup? Is that necessary to return stats from ambulkdelete and amvacuumcleanup ?

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pg_upgrade tests failing on current master
Next
From: Marco Nenciarini
Date:
Subject: Re: [PATCH] session_replication_role = replica with TRUNCATE