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.