pgsql: Simplify static function in extension.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify static function in extension.c
Date: 2018-09-13 08:02:53
Message-ID: E1g0MaT-0008TF-P7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify static function in extension.c

An extra argument for the filename defining the extension script
location was present, aimed at being used for error reporting, but has
never been used. This was around since extensions have been added in
d9572c4.

Author: Yugo Nagata
Reviewed-by: Tatsuo Ishii
Discussion: https://postgr.es/m/20180907180504.1ff19e1675bb44a67e9c7ab1@sraoss.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/514a731ddcd8449d8a7bfb96f138c72c694a7ef8

Modified Files
--------------
src/backend/commands/extension.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2018-09-13 10:58:12 pgsql: Attach FPI to the first record after full_page_writes is turned
Previous Message Peter Eisentraut 2018-09-13 06:54:47 pgsql: doc: Update broken links