"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
The following bug has been logged online:
Bug reference: 6097
Logged by: Maxim Boguk
Email address: maxim.bo...@gmail.com
PostgreSQL version: 9.0 9.1beta
Operating system: Linux/Freebsd
Description:Server crash when enabling custom_variable_classes
Details:
I found