if i set random_page_cost = 1.1
in my postgresql.conf, it is not beeing set, not after restart, not after select pg_reload_conf();
.
It is however set, if i put it in the configfile bevor creating a new cluster.
If i update it via ALTER SYSTEM SET random_page_cost = 1.1; select pg_reload_conf();
, it is set correctly.
Can someone please guide me to how to find out, WHY?
(I already started with -d 5
, hoping i find something interesting in the startup-logs, why the value is beeing ignored, but i found nothing.
Thanks in advance.
Regards,
Stefan