Simplify backtrace_functions GUC code

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Simplify backtrace_functions GUC code
Дата
Msg-id CALj2ACUKXyzExNYeHamygL93G8fJspOtxUHYQvvvUNf5bHC9qA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Simplify backtrace_functions GUC code
Список pgsql-hackers
Hi,

While working on [1], I noticed that the backtrace_functions GUC code
does its own string parsing and uses another extra variable
backtrace_function_list to store the processed form of
backtrace_functions GUC.

I think the code can be simplified a bit by using
SplitIdentifierString like in the attached patch. With this,
backtrace_function_list variable and assign_backtrace_functions() will
go away.

Thoughts?

[1] https://www.postgresql.org/message-id/CALj2ACXG1wzrb8%2B5HPNd8Qjr1h8GYkW-ijWhMYr2Y8_DzOB-%3Dg%40mail.gmail.com

--
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: clarify equalTupleDescs()
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Confine vacuum skip logic to lazy_scan_skip