Re: [HACKERS] PATCH: Don't downcase filepath/filename while loading libraries - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] PATCH: Don't downcase filepath/filename while loading libraries
Date
Msg-id 23147.1497980633@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] PATCH: Don't downcase filepath/filename while loading libraries  (QL Zhuo <zhuo.dev@gmail.com>)
List pgsql-hackers
QL Zhuo <zhuo.dev@gmail.com> writes:
> And, the attached new patch fixes the memory leaks.

Pushed with minor adjustments --- mostly, getting rid of the now-redundant
canonicalize_path() call.  I also updated the documentation.

I notice the documentation formerly said "All library names are converted
to lower case unless double-quoted", which means that formally this isn't
a bug at all, but operating-as-designed-and-documented.  Still, I agree
it's an improvement.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Broken hint bits (freeze)
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] postgresql transactons not fully isolated