Re: Remove a unnecessary argument from execute_extension_script()

From: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Remove a unnecessary argument from execute_extension_script()
Date: 2025-02-13 18:18:51
Message-ID: CAFcNs+rN75KXN6mLvFMf5TeEcFT9DnvB8xJ2j99tOoQUO6XQCg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 13, 2025 at 1:02 PM Yugo Nagata <nagata(at)sraoss(dot)co(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Burd, Greg 2025-02-13 18:46:18 Re: Expanding HOT updates for expression and partial indexes
Previous Message Tom Lane 2025-02-13 18:03:09 Re: Patch: Log parameter types in detailed query logging