Re: PATCH: Don't downcase filepath/filename while loading libraries

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: QL Zhuo <zhuo(dot)dev(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Don't downcase filepath/filename while loading libraries
Date: 2017-06-20 17:43:53
Message-ID: 23147.1497980633@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

QL Zhuo <zhuo(dot)dev(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-06-20 17:57:36 Re: postgresql transactons not fully isolated
Previous Message Bruce Momjian 2017-06-20 17:18:44 Re: Broken hint bits (freeze)