From ebcaa5fcde8411786e3765414465174e6d31c8e6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 May 2012 10:58:44 -0400 Subject: Remove BSD/OS (BSDi) port. There are no known users upgrading to Postgres 9.2, and perhaps no existing users either. --- doc/src/sgml/dfunc.sgml | 18 ------------------ doc/src/sgml/installation.sgml | 9 ++++----- doc/src/sgml/runtime.sgml | 41 ----------------------------------------- 3 files changed, 4 insertions(+), 64 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/dfunc.sgml b/doc/src/sgml/dfunc.sgml index 9fd3511b4db..8e6c95d15c5 100644 --- a/doc/src/sgml/dfunc.sgml +++ b/doc/src/sgml/dfunc.sgml @@ -55,24 +55,6 @@ --> - - BSD/OS - BSD/OSshared library - - - The compiler flag to create PIC is - . The linker flag to create shared - libraries is . - -gcc -fpic -c foo.c -ld -shared -o foo.so foo.o - - This is applicable as of version 4.0 of - BSD/OS. - - - - FreeBSD FreeBSDshared library diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 0c92c89ac89..fe043c60847 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1622,8 +1622,8 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install. On some systems with shared libraries you need to tell the system how to find the newly installed shared libraries. The systems on which this is - not necessary include BSD/OS, FreeBSD, + not necessary include + FreeBSD, HP-UX, IRIX, Linux, NetBSD, ldconfig - If you are on BSD/OS - or Linux, and you have root access you can - run: + If you are on Linux and you have root + access, you can run: /sbin/ldconfig /usr/local/pgsql/lib diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 5785450e571..05da7235089 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -741,47 +741,6 @@ psql: could not connect to server: No such file or directory - - BSD/OS - BSD/OSIPC configuration - - - Shared Memory - - By default, only 4 MB of shared memory is supported. Keep in - mind that shared memory is not pageable; it is locked in RAM. - To increase the amount of shared memory supported by your - system, add something like the following to your kernel configuration - file: - -options "SHMALL=8192" -options "SHMMAX=\(SHMALL*PAGE_SIZE\)" - - SHMALL is measured in 4 kB pages, so a value of - 1024 represents 4 MB of shared memory. Therefore the above increases - the maximum shared memory area to 32 MB. - For those running 4.3 or later, you will probably also need to increase - KERNEL_VIRTUAL_MB above the default 248. - Once all changes have been made, recompile the kernel, and reboot. - - - - - Semaphores - - You will probably want to increase the number of semaphores - as well; the default system total of 60 will only allow about - 50 PostgreSQL connections. Set the - values you want in your kernel configuration file, e.g.: - -options "SEMMNI=40" -options "SEMMNS=240" - - - - - - FreeBSD -- cgit v1.2.3