Re: Fix bug with accessing to temporary tables of other sessions

2025-07-29 Thread Daniil Davydov
Hi, On Mon, Jul 28, 2025 at 10:43 AM Stepan Neretin wrote: > > > Your patch for securing cross-session temp table access is a great > improvement. The RVR_OTHER_TEMP_OK flag elegantly handles the DROP case while > keeping the main restriction in place. > > For schema name validation, an exact s

Re: Fix bug with accessing to temporary tables of other sessions

2025-07-27 Thread Stepan Neretin
On Mon, Apr 14, 2025 at 12:36 PM Daniil Davydov <3daniss...@gmail.com> wrote: > Hi, > > During previous commitfest this topic already has been discussed > within the "Forbid to DROP temp tables of other sessions" thread [1]. > Unfortunately its name doesn't reflect the real problem, so I decided >