Re: Remove unused struct fields

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: Remove unused struct fields
Дата
Msg-id aScWM1lnwb9gsXtG@nathan
обсуждение исходный текст
Ответ на Remove unused struct fields  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
Ответы Re: Remove unused struct fields
Список pgsql-hackers
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



В списке pgsql-hackers по дате отправления: