pgsql: Simplify static function in extension.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Simplify static function in extension.c
Date
Msg-id E1g0MaT-0008TF-P7@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Update broken links
Next
From: Amit Kapila
Date:
Subject: pgsql: Attach FPI to the first record after full_page_writes isturned