Re: Fix bug with accessing to temporary tables of other sessions - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Fix bug with accessing to temporary tables of other sessions
Date
Msg-id CAKFQuwYy4rEo0xBA9PtxF2=Fkwe0LvnT3yHR+6c5B044d+RPbA@mail.gmail.com
Whole thread
In response to Re: Fix bug with accessing to temporary tables of other sessions  (Jim Jones <jim.jones@uni-muenster.de>)
Responses Re: Fix bug with accessing to temporary tables of other sessions
List pgsql-hackers
On Fri, Apr 24, 2026 at 3:09 PM Jim Jones <jim.jones@uni-muenster.de> wrote:

0001 - TAP tests with improved coverage and comments that pass on
current master, documenting the existing behaviour, which means broken
commands silently succeed (e.g. SELECT returns 0 rows, no error)

0002 - read_stream.c and bufmgr.c fix + updated test expectations (the
same commands now raise errors)

If you can run the tests against v17 (that is the behavior we are trying to restore here, correct?) and v18 that would help demonstrate why the backpatch is needed.

David J.

pgsql-hackers by date:

Previous
From: Jim Jones
Date:
Subject: Re: Fix bug with accessing to temporary tables of other sessions
Next
From: Jeff Davis
Date:
Subject: Add a guard against uninitialized default locale