-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement
pg_catalog.pg_type
table (#2392)
closes #747 closes #2390 Note, I don't think this quite yet closes the other [connector issues](https://github.com/GlareDB/glaredb/issues?q=is%3Aissue+is%3Aopen+pg_type). Many of them rely on transactions to work properly (such as #1450)
- Loading branch information
1 parent
5d57665
commit 97858e2
Showing
4 changed files
with
92 additions
and
29 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,7 +161,6 @@ impl ViewPlanner for LocalSessionContext { | |
}))? | ||
.build()?; | ||
} | ||
|
||
Ok(df_plan) | ||
} | ||
} | ||
|
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