Mention that pg_upgrade requires compatible 32/64-bit binaries.
authorBruce Momjian <bruce@momjian.us>
Wed, 10 Nov 2010 14:33:37 +0000 (14:33 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 10 Nov 2010 14:33:37 +0000 (14:33 +0000)
doc/src/sgml/pgupgrade.sgml

index 0d51ae483216bddee61f18605baa898861f9d5e2..9f6f5db5d0b97ae9c1d265195c27d07cff3a03a6 100644 (file)
@@ -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>