"Maxim Boguk" writes:
> Description:Server crash when enabling custom_variable_classes
Fixed, thanks for the report.
regards, tom lane
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org
"Maxim Boguk" writes:
> Test case simple:
> start server with empty custom_variable_classes
> Then add to config file:
> custom_variable_classes = 'something'# list of custom
> variable class names
> something.location = 'ru'
> And then perform
> select pg_reload_conf();
> Ooop