Re: RTLD_LAZY considered harmful (Re: pltlc and pltlcu problems) - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: RTLD_LAZY considered harmful (Re: pltlc and pltlcu problems)
Date
Msg-id 200201211654.g0LGsiZ16622@candle.pha.pa.us
Whole thread Raw
In response to RTLD_LAZY considered harmful (Re: pltlc and pltlcu problems)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Peter Eisentraut wrote:
> Bruce Momjian writes:
> 
> > Interesting LAZY has better efficiency.  Seems we should just keep LAZY
> > as our default for future releases and tell people if they link to bad
> > object files, they should expect trouble.
> 
> In practice, we load object files only if we call the function, so symbol
> resolution happens either way briefly after loading.  RTLD_NOW includes
> some overhead because it checks symbols that we might not end up needing,
> but for the typical PostgreSQL extension module, that should really not
> matter.

OK, I was just throwing out the point in case it was significant.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: "Dominic J. Eidson"
Date:
Subject: Re: [GENERAL] PostgreSQL Licence: GNU/GPL
Next
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: pltlc and pltlcu problems