Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fa046b6a92431a91f91a981bb2995e7091552477
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-02-12T23:41:25Z
Releases: 7.2.1
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.

Files