pgsql: Remove unused autovac_table.at_sharedrel

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused autovac_table.at_sharedrel
Date: 2026-03-25 17:26:29
Message-ID: E1w5Rzw-001PxX-2n@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused autovac_table.at_sharedrel

The last use was removed by commit 38f7831d703b. After that, we compute
MyWorkerInfo->wi_sharedrel directly from the pg_class tuple of the table
being vacuumed rather than passing it around.

Author: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Discussion: https://postgr.es/m/20260325165734.7ab8e4e55fe4c2f1e55031d9@sraoss.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c8b4a3ec087b037b1f59554d622855cf9cc44cfb

Modified Files
--------------
src/backend/postmaster/autovacuum.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2026-03-25 18:36:00 pgsql: Add base32hex support to encode() and decode() functions.
Previous Message Masahiko Sawada 2026-03-25 16:31:03 pgsql: psql: Fix tab completion for FOREIGN DATA WRAPPER and SUBSCRIPTI