From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | a(dot)glushakov86(at)gmail(dot)com |
Subject: | BUG #18792: Segmentaion Fault error when changing new parameter synchronized_standby_slots |
Date: | 2025-02-03 17:03:32 |
Message-ID: | 18792-1d848ad538b1033c@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 18792
Logged by: Anton Glushakov
Email address: a(dot)glushakov86(at)gmail(dot)com
PostgreSQL version: 17.2
Operating system: AlmaLinux 9.5
Description:
I found a discussion of the problem, but it seems that it was not solved.
https://www.postgresql.org/message-id/flat/202411281216.sutbxtr6idnn%40alvherre.pgsql
It's still reproduce.
postgres=# alter system set synchronized_standby_slots='standby_slot';
ALTER SYSTEM
postgres=# select pg_reload_conf();
pg_reload_conf
----------------
t
(1 row)
postgres=#
\q
$ tail log/postgresql-Mon.log
2025-02-03 19:53:50.656 MSK [1098967] LOG: received SIGHUP, reloading
configuration files
2025-02-03 19:53:50.657 MSK [1098967] LOG: parameter
"synchronized_standby_slots" changed to "standby_slot"
2025-02-03 19:53:50.725 MSK [1098967] LOG: system logger process (PID
1098968) was terminated by signal 11: Segmentation fault
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Sabino Mullane | 2025-02-03 19:58:20 | Re: Bug in psql |
Previous Message | Tom Lane | 2025-02-03 16:19:57 | Re: Bug in psql |