pgsql/src/backend/port/dynloader README.dlfcn. ...

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/port/dynloader README.dlfcn. ...
Date: 2002-02-12 23:42:13
Message-ID: 200202122342.g1CNgD606633@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2002-02-13 14:36:44 pgsql/doc/TODO.detail drop
Previous Message tgl 2002-02-12 22:35:24 pgsql/doc FAQ_Solaris