Re: Remove unused struct fields

2025-11-26 Thread Nathan Bossart
Committed. -- nathan

Re: Remove unused struct fields

2025-11-26 Thread Nathan Bossart
On Wed, Nov 26, 2025 at 02:54:48PM +, Bertrand Drouvot wrote: > Here are a few fields that are not used. - const char *username; /* username from startup packet */ + scram_state_enum state; /* username from startup packet */ - BlockNumber write_page;

Remove unused struct fields

2025-11-26 Thread Bertrand Drouvot
gards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com >From 7e256e4ac5fe8f3ca3b216d3edbc6bb9f712c90c Mon Sep 17 00:00:00 2001 From: Bertrand Drouvot Date: Sat, 22 Nov 2025 11:53:43 + Subject: [PATCH v1] Remove unuse