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