Re: Potential problem in commit f777d773878 and 4f7f7b03758

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Matheus Alcantara <matheusssilv97(at)gmail(dot)com>, Srinath Reddy Sadipiralla <srinath2133(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Potential problem in commit f777d773878 and 4f7f7b03758
Date: 2025-09-08 17:06:03
Message-ID: 202509081706.rebksszjqaqm@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Sep-04, Dilip Kumar wrote:

> What's the complain, Srinath complained that if you try to LOAD
> '$libdir/foo' explicitly then it should load this from $libdir path
> and it will indeed do so because it will directly call
> expand_dynamic_library_name() and in this function if there is '/' it
> will replace the $libdir macro with pkglib_path which is right thing
> to do so it would behave as expected, am I missing something?

Ah, I see, and I agree that this is probably the desired result. It's
not what you said on your first response to him though, or at least I
didn't (and still don't) understand it that way.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Doruk Yilmaz 2025-09-08 17:22:22 Re: [Patch] add new parameter to pg_replication_origin_session_setup
Previous Message Sami Imseih 2025-09-08 17:02:29 Re: PgStat_HashKey padding issue when passed by reference