Re: pg_upgrade fails when extension_control_path is used - Mailing list pgsql-hackers

From Jonathan Gonzalez V.
Subject Re: pg_upgrade fails when extension_control_path is used
Date
Msg-id 7e2182b18f72521bb17ea8a141b458c43455bc88.camel@gmail.com
Whole thread Raw
In response to Re: pg_upgrade fails when extension_control_path is used  (Matheus Alcantara <matheusssilv97@gmail.com>)
Responses Re: pg_upgrade fails when extension_control_path is used
List pgsql-hackers
Hello!

>  that the code comment on function.c can be
> similar to what we have on load_external_function():
>
>   /*
>   * For extensions with hardcoded '$libdir/' library names, we
>   * strip the prefix to allow the library search path to be used.
>   */
>
> >
I'm attaching a v3 with an improved messages

Also updated the reviewers list on the message

Regards!
>
--
Jonathan Gonzalez V. <jonathan.abdiel@gmail.com>
EnterpriseDB

Attachment

pgsql-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement
Next
From: Andrew Dunstan
Date:
Subject: Re: Emitting JSON to file using COPY TO