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. Branch ------ REL8_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/d5b9c9f7335d87dfa3adf171e7a00c8c6cd9b62f Modified Files -------------- src/backend/port/dynloader/freebsd.c | 9 ++++----- src/backend/port/dynloader/netbsd.c | 5 +++-- src/backend/port/dynloader/openbsd.c | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
