-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
97727: pg_catalog: handle temp tables in lookup joins r=rafiss a=rafiss The included test previously would have failed with an error like `unknown schema "[151]"`. In Postgres, temporary tables from other sessions are visible in pg_catalog, so we match that behavior. Found in the npgsql nightly tests. informs #97614 Release note (bug fix): Fixed an error that could occur when querying a pg_catalog table that included information about a temporary table created in another session. Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters