diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-07 15:15:00 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-07 15:15:00 -0400 |
commit | 1de4b9afe66acf6dccd129cb0267e0496e938b0f (patch) | |
tree | 816dfeb80f76fcd0e5fa58fe75baebb523e52625 /src/backend/access/gist/gistproc.c | |
parent | 00a922906073314f9ba000c933eb6d2308c0a162 (diff) | |
download | postgresql-1de4b9afe66acf6dccd129cb0267e0496e938b0f.tar.gz postgresql-1de4b9afe66acf6dccd129cb0267e0496e938b0f.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/gistproc.c')
0 files changed, 0 insertions, 0 deletions