Re: Remove unused at_sharedrel from autovac_table

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove unused at_sharedrel from autovac_table
Date: 2026-03-25 17:27:38
Message-ID: 202603251726.qfrdb62gfhwe@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2026-Mar-25, Michael Paquier wrote:

> On Wed, Mar 25, 2026 at 04:57:34PM +0900, Yugo Nagata wrote:
> > I've attached a trivial patch that removes at_sharedrel from autovac_table.
> > This field was introduced in commit 15739393e4 to handle skipping of
> > shared relations in autovacuum, but it has been unused since commit
> > 38f7831d70.
>
> Indeed, yes. There is no need for it.

Pushed (before seeing this email of yours).

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-03-25 17:28:26 Re: pg_waldump: support decoding of WAL inside tarfile
Previous Message Corey Huinker 2026-03-25 17:26:54 Re: SLOPE - Planner optimizations on monotonic expressions.