commit 8f742d1cdab987ba4624ad0c6aa008ced15cd87c
Author: Bruce Momjian <bruce@momjian.us>
Date:   Wed Nov 10 14:08:30 2010 +0000

    Mention that pg_upgrade requires compatible 32/64-bit binaries.

diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml
index 6d2cdaa..9081cc9 100644
--- a/doc/src/sgml/pgupgrade.sgml
+++ b/doc/src/sgml/pgupgrade.sgml
@@ -21,7 +21,8 @@
   regularly added to PostgreSQL major releases, the internal data storage
   format rarely changes.  <application>pg_upgrade</> does its best to
   make sure the old and new clusters are binary-compatible, e.g.  by
-  checking for compatible compile-time settings.  It is important that
+  checking for compatible compile-time settings, including 32/64-bit
+  binaries.  It is important that
   any external modules are also binary compatible, though this cannot
   be checked by <application>pg_upgrade</>.
  </para>
