From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Андрей Рачицкий <therealgofman(at)mail(dot)ru> |
Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com> |
Subject: | Re: BUG #18545: \dt breaks transaction, calling error when executed in SET SESSION AUTHORIZATION |
Date: | 2024-07-31 22:59:16 |
Message-ID: | 3593204.1722466756@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
=?UTF-8?B?0JDQvdC00YDQtdC5INCg0LDRh9C40YbQutC40Lk=?= <therealgofman(at)mail(dot)ru> writes:
> Hi, Tom! Thank you for work on the subject. After applying patch, problem is no longer reproducible.
Thanks for checking. I realized that the idea of making
check_session_authorization a no-op was wrong as presented:
if we don't set up an "extra" struct then guc.c would be
unable to restore the setting later, in case say a function
that's run inside the parallel query has a SET
session_authorization clause. It's probably possible to
revive that idea with more work, but it's not essential to the
bug fix and we're getting close to the August minor releases.
So I pushed the core bug fix, and I'll take another look at
that part later.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2024-08-01 00:59:54 | Re: BUG #18545: \dt breaks transaction, calling error when executed in SET SESSION AUTHORIZATION |
Previous Message | Tim Dysinger | 2024-07-31 19:44:20 | Re: BUG #18561: postgresql16-devel rpm cannot be installed due to missing Perl-IPC-Run |
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2024-07-31 23:27:29 | Re: The stats.sql test is failing sporadically in v14- on POWER7/AIX 7.1 buildfarm animals |
Previous Message | Peter Smith | 2024-07-31 22:55:13 | Re: Logical Replication of sequences |