Remove unused at_sharedrel from autovac_table

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove unused at_sharedrel from autovac_table
Date: 2026-03-25 07:57:34
Message-ID: 20260325165734.7ab8e4e55fe4c2f1e55031d9@sraoss.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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.

Regards,
Yugo Nagata

--
Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
remove_at_sharedrel_from_autovac_table.patch text/x-diff 728 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-03-25 08:00:04 Re: [PATCH] Simplify SortSupport implementation for macaddr
Previous Message Jelte Fennema-Nio 2026-03-25 07:46:35 Re: Proposal to allow setting cursor options on Portals