Re: Bug Report: PostgreSQL 16 crashes on ALTER USER CURRENT_USER WITH PASSWORD

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Bug Report: PostgreSQL 16 crashes on ALTER USER CURRENT_USER WITH PASSWORD
Дата
Msg-id s7u54xhth5lxg5vticfj75bstge4amradtnigbqefcfqqhrzwp@shidj6abnxbf
обсуждение исходный текст
Ответ на Bug Report: PostgreSQL 16 crashes on ALTER USER CURRENT_USER WITH PASSWORD  (Andrii <andriikrivich@gmail.com>)
Ответы Re: Bug Report: PostgreSQL 16 crashes on ALTER USER CURRENT_USER WITH PASSWORD
Список pgsql-bugs
hi,

On 2026-01-06 14:58:52 +0100, Andrii wrote:
> PostgreSQL server crashes with a segmentation fault when executing ALTER
> USER CURRENT_USER WITH PASSWORD in PostgreSQL 16.10 and 16.11. The crash
> results in immediate termination of the backend process and forces a full
> instance restart.

> Steps to Reproduce
> 
>    1.
> 
>    Connect to PostgreSQL as a regular role (non-superuser):
> 
>    psql -U test_user -d testdb
> 
>    2.
> 
>    Execute the following command:
> 
>    ALTER USER CURRENT_USER WITH PASSWORD 'new_password';

I can't reproduce that.  Is it possible that you have some extensions loaded
that that are hooking into the command?  What is your shared_preload_libraries
set to?

Greetings,

Andres Freund



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