Re: Remove a unnecessary argument from execute_extension_script()

2025-02-13 Thread Nathan Bossart
Committed. -- nathan

Re: Remove a unnecessary argument from execute_extension_script()

2025-02-13 Thread Nathan Bossart
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 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

Re: Remove a unnecessary argument from execute_extension_script()

2025-02-13 Thread Fabrízio de Royes Mello
On Thu, Feb 13, 2025 at 1:02 PM Yugo Nagata 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

Remove a unnecessary argument from execute_extension_script()

2025-02-13 Thread Yugo Nagata
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 diff --git a/