Re: pg_upgrade fails when extension_control_path is used

From: "Jonathan Gonzalez V(dot)" <jonathan(dot)abdiel(at)gmail(dot)com>
To: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_upgrade fails when extension_control_path is used
Date: 2026-03-06 12:10:12
Message-ID: 7e2182b18f72521bb17ea8a141b458c43455bc88.camel@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)abdiel(at)gmail(dot)com>
EnterpriseDB

Attachment Content-Type Size
v3-0001-Strip-libdir-during-pg_upgrade-starting-on-19.patch text/x-patch 10.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2026-03-06 12:33:31 Re: Emitting JSON to file using COPY TO
Previous Message Akshay Joshi 2026-03-06 11:51:57 Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement