mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 22:28:15 -04:00
Mention that pg_upgrade requires compatible 32/64-bit binaries.
This commit is contained in:
parent
244cc39d85
commit
ad2a292dc3
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue