Re: [PATCH] Remove dead code in pgcrypto

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Remove dead code in pgcrypto
Date: 2026-08-13 11:01:49
Message-ID: D5C49D41-A78E-490C-8664-43304B5D51AD@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 13 Aug 2026, at 12:24, Aleksander Alekseev <aleksander(at)tigerdata(dot)com> wrote:

> I noticed that PGP_Context.mdc_checked field is write-only and not
> used for anything. Since it's marked as an internal variable I'm
> pretty confident it's safe to remove it. The patch is attached.

Agreed, will remove.

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2026-08-13 11:03:58 Re: DOCS - ALTER PUBLICATION - description has confusing slash-list
Previous Message Erik Nordström 2026-08-13 10:44:59 Re: Batching in executor