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

From Matheus Alcantara
Subject Re: pg_upgrade fails when extension_control_path is used
Date
Msg-id 16329a4b-2cbb-4e17-bf6e-85d880f9d493@gmail.com
Whole thread Raw
In response to Re: pg_upgrade fails when extension_control_path is used  ("Jonathan Gonzalez V." <jonathan.abdiel@gmail.com>)
List pgsql-hackers
On 06/03/26 09:10, Jonathan Gonzalez V. wrote:
> 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
> 

Thanks for updating the patch, it looks good to me and fix the 
described issue.

--
Matheus Alcantara
EDB: https://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Correcting freeze conflict horizon calculation
Next
From: Nathan Bossart
Date:
Subject: Re: Add starelid, attnum to pg_stats and leverage this in pg_dump