From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Андрей Рачицкий <therealgofman(at)mail(dot)ru>, pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #18545: \dt breaks transaction, calling error when executed in SET SESSION AUTHORIZATION |
Date: | 2024-08-06 18:54:25 |
Message-ID: | 1807627.1722970465@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Sun, Aug 4, 2024 at 6:08 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> However, what the farm found is that assign_client_encoding
>> is flat-out broken. It's ignoring the first commandment
>> for GUC hooks, which is "Thy assign hooks shalt not fail".
> Interesting. Looks like my mistake, dating to
> 10c0558ffefcd12bf1d3dc35587eba41d1ce4571. I'm honestly kind of
> surprised that nobody discovered this problem for 8 years. I would
> have expected it to cause more problems.
Yeah, it's a bit accidental that that's not reachable up to now.
Or I think it's not reachable, anyway. If we find out differently
we can back-patch 0ae5b763e, but for now I refrained.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | PG Bug reporting form | 2024-08-06 20:02:42 | BUG #18572: Crash during postgresql-16.3-2-windows-x64.exe installation |
Previous Message | PG Bug reporting form | 2024-08-06 18:51:12 | BUG #18571: A CTE with a DELETE auxiliary statement only deletes when the DELETE results are referenced later |
From | Date | Subject | |
---|---|---|---|
Next Message | Yugo NAGATA | 2024-08-06 19:06:29 | Re: Inconsistency with EXPLAIN ANALYZE CREATE MATERIALIZED VIEW |
Previous Message | Robert Haas | 2024-08-06 18:48:06 | Re: BUG #18545: \dt breaks transaction, calling error when executed in SET SESSION AUTHORIZATION |