Dimitri Fontaine <dfontaine(at)hi-media(dot)com> writes:
> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>> You should be able to configure the dynamic loader to do that, although
>> in the case of uuid I strongly doubt it's worth the trouble.
> In the context of the extensions facility, will we be able to do this
> configuration automatically from the backend, or to "manually" load any
> dependant .so?
I have zero interest in trying to support either. I doubt it's even
possible --- the backend code has no way to inform the dynamic loader
how to resolve cross-library references. So if the DL doesn't already
understand the dependency it's never going to work.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Kevin Grittner | Date: 2009-07-01 14:48:37 |
| Subject: Re: Did COPY performance regression solve in 8.4rc2? |
| Previous: | From: Kevin Grittner | Date: 2009-07-01 14:30:39 |
| Subject: Re: 8.5 development schedule |