Re: Simplify backtrace_functions GUC code

2024-03-17 Thread Alvaro Herrera
On 2024-Mar-17, Bharath Rupireddy wrote: > 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. Did you read the discussion that led to the current

Simplify backtrace_functions GUC code

2024-03-17 Thread Bharath Rupireddy
Source Databases Amazon Web Services: https://aws.amazon.com From 0e07942e20076ad0f6b6ae62f9cc82a48d6971ba Mon Sep 17 00:00:00 2001 From: Bharath Rupireddy Date: Sun, 17 Mar 2024 05:42:26 + Subject: [PATCH v1] Simplify backtrace_functions GUC code --- src/backend/utils/error/elog.c | 124