Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION }
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: John Naylor <johncnaylorls@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Peter Eisentraut
<peter@eisentraut.org>, pgsql-hackers@postgresql.org
Date: 2023-12-05T19:58:08Z
Lists: pgsql-hackers
Attachments
- v2-0001-Cache-opaque-handle-for-GUC-option-to-avoid-repea.patch (text/x-patch) patch v2-0001
On Tue, 2023-12-05 at 23:22 +0700, John Naylor wrote: > Copy-paste-o of the other function name. ... > Part of this code this was copied from a function that returned int, > but this one returns a pointer. Thank you, fixed. Also, I forward-declared config_generic in guc.h to eliminate the cast. Regards, Jeff Davis
Commits
-
Cache opaque handle for GUC option to avoid repeasted lookups.
- 867dd2dc8704 17.0 landed
-
Add cache for recomputeNamespacePath().
- f26c2368dcae 17.0 cited