Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove unused parameter from execute_extension_script().
- 432c30dc4ee0 18.0 landed
-
Remove a unnecessary argument from execute_extension_script()
Yugo Nagata <nagata@sraoss.co.jp> — 2025-02-13T16:02:18Z
Hi, The attached patch is to remove a unnecessary argument "schemaOid" from the static function execute_extension_script(). It might have been intended to be used some way initially, but actually this is not used since schemaName is sufficient. Regards, Yugo Nagata -- Yugo Nagata <nagata@sraoss.co.jp>
-
Re: Remove a unnecessary argument from execute_extension_script()
Fabrízio de Royes Mello <fabriziomello@gmail.com> — 2025-02-13T18:18:51Z
On Thu, Feb 13, 2025 at 1:02 PM Yugo Nagata <nagata@sraoss.co.jp> wrote: > > Hi, > > The attached patch is to remove a unnecessary argument "schemaOid" > from the static function execute_extension_script(). It might have > been intended to be used some way initially, but actually this is > not used since schemaName is sufficient. > LGTM. -- Fabrízio de Royes Mello
-
Re: Remove a unnecessary argument from execute_extension_script()
Nathan Bossart <nathandbossart@gmail.com> — 2025-02-13T22:32:10Z
On Thu, Feb 13, 2025 at 03:18:51PM -0300, Fabrízio de Royes Mello wrote: > On Thu, Feb 13, 2025 at 1:02 PM Yugo Nagata <nagata@sraoss.co.jp> wrote: >> The attached patch is to remove a unnecessary argument "schemaOid" >> from the static function execute_extension_script(). It might have >> been intended to be used some way initially, but actually this is >> not used since schemaName is sufficient. > > LGTM. Interesting. This parameter seems to have appeared between v30 [0] and v31 [1] of the original extension patch, and even then it wasn't used. And from a quick skim, I don't see any discussion about it. I'll plan on committing this shortly. [0] https://postgr.es/m/m24o8nhd69.fsf%402ndQuadrant.fr [1] https://postgr.es/m/4171.1297135840%40sss.pgh.pa.us -- nathan
-
Re: Remove a unnecessary argument from execute_extension_script()
Nathan Bossart <nathandbossart@gmail.com> — 2025-02-13T22:49:55Z
Committed. -- nathan