Re: [PATCH] Remove unused PartitionDescData.last_found_part_index field

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Remove unused PartitionDescData.last_found_part_index field
Date: 2026-08-04 01:31:36
Message-ID: CAApHDvrcZqoWBQdtnuSjw-4RkhP6ug=kssAHVtNONjQ7RKdp2w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 4 Aug 2026 at 00:22, Aleksander Alekseev
<aleksander(at)tigerdata(dot)com> wrote:
> It looks like this field was write-only since its introduction in
> 3592e0ff98b. The proposed patch removes dead code.

Thanks. I went through and fixed up (hopefully) all the now outdated
comments and pushed.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ewan Young 2026-08-04 02:15:55 Re: Fix error handling in getCopyDataMessage and pqFunctionCall3
Previous Message Jeff Davis 2026-08-04 01:00:57 Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.