Re: [BUGS] BUG #6097: Server crash when enabling custom_variable_classes

2011-07-08 Thread Tom Lane
"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

Re: [BUGS] BUG #6097: Server crash when enabling custom_variable_classes

2011-07-08 Thread Tom Lane
"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