Re: Remove unused at_sharedrel from autovac_table - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Remove unused at_sharedrel from autovac_table
Date
Msg-id acOWi9lA-vKRjRZK@paquier.xyz
Whole thread Raw
In response to Remove unused at_sharedrel from autovac_table  (Yugo Nagata <nagata@sraoss.co.jp>)
List pgsql-hackers
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.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] Simplify SortSupport implementation for macaddr
Next
From: Amit Kapila
Date:
Subject: Re: [Patch] add new parameter to pg_replication_origin_session_setup