Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql/opt: add index on pg_proc(oid) and support regproc/procedure
in foldOIDFamilyCast Add index on pgproc(oid). Type cast to regproc and regprocedure can use the index on pgproc(oid). Release note: None
- Loading branch information