From bdd7f375c01326728e83ae3aaaec1794d11fb157 Mon Sep 17 00:00:00 2001 From: Zhengda Lu Date: Fri, 22 Mar 2024 18:46:06 +0000 Subject: [PATCH] add changelog --- postgres/changelog.d/17264.fixed | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 postgres/changelog.d/17264.fixed diff --git a/postgres/changelog.d/17264.fixed b/postgres/changelog.d/17264.fixed new file mode 100644 index 0000000000000..aa7c38678b75b --- /dev/null +++ b/postgres/changelog.d/17264.fixed @@ -0,0 +1,3 @@ +Fixed bug where `statement_timeout` setting incorrectly reflected integration connection value instead of database level +- Adjusted `statement_timeout` to apply at the session level post-database connection. +- Modified the `pg_settings` query to select `reset_val` when sourced from 'session', guaranteeing the retrieval of the accurate server-level setting.