Re: Potential problem in commit f777d773878 and 4f7f7b03758 - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: Potential problem in commit f777d773878 and 4f7f7b03758
Date
Msg-id 202509081706.rebksszjqaqm@alvherre.pgsql
Whole thread Raw
In response to Re: Potential problem in commit f777d773878 and 4f7f7b03758  (Dilip Kumar <dilipbalaut@gmail.com>)
Responses Re: Potential problem in commit f777d773878 and 4f7f7b03758
List 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/



pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: PgStat_HashKey padding issue when passed by reference
Next
From: Doruk Yilmaz
Date:
Subject: Re: [Patch] add new parameter to pg_replication_origin_session_setup