diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-07 15:14:39 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-07 15:14:39 -0400 |
commit | 73d9a908140e709b4cb12a8d2257a11baaec974f (patch) | |
tree | b7a2a378e281242ff2c681cfcc66fc50f544e701 /src/backend/access/gist/gist.c | |
parent | 1eb2231fc46bbfa85b47c19d88f72162b323aa51 (diff) | |
download | postgresql-73d9a908140e709b4cb12a8d2257a11baaec974f.tar.gz postgresql-73d9a908140e709b4cb12a8d2257a11baaec974f.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