-
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.
94339: builtins: implement pg_table_is_visible as UDF r=jordanlewis a=jordanlewis Now that we support UDFs, we can implement builtin functions as "virtual UDFs", that are defined in the builtins map. The builtin appears to be about twice as fast with this method, which is nice because it gets used a lot in ORM introspection queries. Release note (performance improvement): improve the performance of pg_table_is_visible Epic: None Co-authored-by: rafiss <[email protected]> Co-authored-by: Jordan Lewis <[email protected]>
- Loading branch information
Showing
3 changed files
with
45 additions
and
86 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