diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-07 15:14:56 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-07 15:14:56 -0400 |
commit | ec31cdeb885ed425872e4e75b187a1d222073a10 (patch) | |
tree | 7adce4073b99d0b95e6a2fb5a4180176ad5393ab /src/backend/access/gist/gist.c | |
parent | 9a9c7c2eb10b8df67c5652a6678a172b83a262eb (diff) | |
download | postgresql-ec31cdeb885ed425872e4e75b187a1d222073a10.tar.gz postgresql-ec31cdeb885ed425872e4e75b187a1d222073a10.zip |
Modernize dlopen interface code for FreeBSD and OpenBSD.
Remove the hard-wired assumption that __mips__ (and only __mips__) lacks
dlopen in FreeBSD and OpenBSD. This assumption is outdated at least for
OpenBSD, as per report from an anonymous 9.1 tester. We can perfectly well
use HAVE_DLOPEN instead to decide which code to use.
Some other cosmetic adjustments to make freebsd.c, netbsd.c, and openbsd.c
exactly alike.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions