CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/02/12 18:41:40
Modified files:
src/backend/port/dynloader: README.dlfcn.aix aix.h bsdi.h dgux.h
freebsd.h irix5.h linux.h netbsd.h
openbsd.h osf.h sco.h solaris.h
sunos4.h svr4.h univel.h unixware.h
win.h
Log message:
Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.
This restores the Linux behavior to what it was in PG 7.0 and 7.1, and
causes other platforms to agree. (Other well-tested platforms like HPUX
were doing it this way already.) Per pghackers discussion over the past
month or so.