On Wed, Nov 26, 2025 at 02:54:48PM +0000, 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;         /* The next page to write to. */
+       BufFile    *write_file;         /* The current file to write to. */     
        /* The next page to write to. */

Something weird happened with the comments for these two.  Otherwise, this
seems reasonable to me.

-- 
nathan


Reply via email to