postgresql/src/backend/port
Tom Lane d5b9c9f733 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.
2011-04-07 15:14:51 -04:00
..
aix Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
darwin 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
dynloader Modernize dlopen interface code for FreeBSD and OpenBSD. 2011-04-07 15:14:51 -04:00
hpux Since HPUX now exists for Itanium, we should decouple the assumption 2003-08-01 19:12:52 +00:00
nextstep 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
tas Update copyright for 2009. 2009-01-01 17:24:05 +00:00
win32 Fix race condition in win32 signal handling. 2010-01-31 17:16:29 +00:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:08 +02:00
ipc_test.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Makefile Support for Sun Studio compiler on Linux 2008-10-29 16:06:47 +00:00
posix_sema.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
sysv_sema.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
sysv_shmem.c Add code to InternalIpcMemoryCreate() to handle the case where shmget() 2010-05-01 22:46:36 +00:00
win32_sema.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
win32_shmem.c Reserve the shared memory region during backend startup on Windows, so 2009-08-11 11:51:22 +00:00