8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba6e4f commit 8f742d1Copy full SHA for 8f742d1
doc/src/sgml/pgupgrade.sgml
@@ -21,7 +21,8 @@
21
regularly added to PostgreSQL major releases, the internal data storage
22
format rarely changes. <application>pg_upgrade</> does its best to
23
make sure the old and new clusters are binary-compatible, e.g. by
24
- checking for compatible compile-time settings. It is important that
+ checking for compatible compile-time settings, including 32/64-bit
25
+ binaries. It is important that
26
any external modules are also binary compatible, though this cannot
27
be checked by <application>pg_upgrade</>.
28
</para>
0 commit comments