From: Bruce Momjian Date: Wed, 10 Nov 2010 14:33:37 +0000 (+0000) Subject: Mention that pg_upgrade requires compatible 32/64-bit binaries. X-Git-Tag: REL9_0_2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2a292dc39cf160e54bcf5088d2106a15950771;p=thirdparty%2Fpostgresql.git 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 0d51ae48321..9f6f5db5d0b 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. 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 pg_upgrade.