diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-07 15:14:44 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-07 15:14:44 -0400 |
commit | bb3051e4c2d7b42516d55925edefb4934b902374 (patch) | |
tree | 0d4880a530d2e4fb1d9077be175fc93f4b9532a7 /src/backend/tcop/postgres.c | |
parent | e2c946018fe27e5b21d8e2cd00d05f33b19709a4 (diff) | |
download | postgresql-bb3051e4c2d7b42516d55925edefb4934b902374.tar.gz postgresql-bb3051e4c2d7b42516d55925edefb4934b902374.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/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions