diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index a88cd21f453..10c925d2905 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -2636,30 +2636,6 @@ configure ... LDFLAGS="-R /usr/sfw/lib:/opt/sfw/lib:/usr/local/lib"
-
- 64-bit Build Sometimes Crashes
-
-
- On Solaris 7 and older, the 64-bit version of libc has a buggy
- vsnprintf routine, which leads to erratic
- core dumps in PostgreSQL. The simplest known workaround is to
- force PostgreSQL to use its own version of vsnprintf rather than
- the library copy. To do this, after you
- run configure edit a file produced by
- configure:
- In src/Makefile.global, change the line
-
-LIBOBJS =
-
- to read
-
-LIBOBJS = snprintf.o
-
- (There might be other files already listed in this variable.
- Order does not matter.) Then build as usual.
-
-
-
Compiling for Optimal Performance