Re: Forbid to DROP temp tables of other sessions
Daniil Davydov <3danissimo@gmail.com>
From: Daniil Davydov <3danissimo@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: Rafia Sabih <rafia.pghackers@gmail.com>,
Michael Paquier <michael@paquier.xyz>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2025-03-17T05:11:46Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
pg_basebackup: Add missing PQclear in error path
- a19db0827496 18.0 landed
Hi, On Sun, Mar 16, 2025 at 7:53 PM vignesh C <vignesh21@gmail.com> wrote: > I noticed that the following Andrey's comment regarding the isolation > test from [1] and Andres's comment from [2] are pending. I'm changing > the commitfest entry to Waiting on Author, please provide an updated > patch and update it to Needs review. Thanks for reading it. I saw [2] and introduced a possible solution in my last letter. In short : we can have a GUC variable that will permit superuser to drop temp tables of other sessions. Thus, we have a single location in code that will check whether we can perform operations with other temp tables. As far as I understand, this is exactly what Andres wrote about. Also, it is difficult for me to express my opinion on [1] at the moment. I can say for sure that the tests will change when we agree on the behavior of the code. Therefore, I suggest postponing the resolution of this issue. > I suggest adding a GUC that will allow superuser to do this Waiting for your feedback on this issue :) -- Best regards, Daniil Davydov