]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove pg_upgrade support for upgrading from pre-v10 servers.
authorNathan Bossart <nathan@postgresql.org>
Thu, 2 Jul 2026 18:05:50 +0000 (13:05 -0500)
committerNathan Bossart <nathan@postgresql.org>
Thu, 2 Jul 2026 18:05:50 +0000 (13:05 -0500)
commit14d84180830768fee1d88e87e837567b89795736
treeb0e052aeee8cc6f59376fca6577b3b2950367793
parent3a0a30884fd08301f211f064c1433f8148e67c3a
Remove pg_upgrade support for upgrading from pre-v10 servers.

Per discussion, it seems like a good time to bump the minimum
supported version for various applications.  Our current policy is
to support at least 10 previous major versions, so this bumps the
minimum to v10 for the v20 release.  For reference, the minimum was
last bumped to v9.2 in 2021 for v15 (see commits 30e7c175b8,
e469f0aaf3cf0cab868a, and 492046fa9e).

For ease of review, and to be able to put the indentation changes
in .git-blame-ignore-revs, I did not fix the indentation in this
patch.  I'll push a separate pgindent commit after these changes
are applied.

Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/adZ4j88Dq9r8y9_9%40nathan
12 files changed:
doc/src/sgml/ref/pgupgrade.sgml
src/bin/pg_upgrade/check.c
src/bin/pg_upgrade/controldata.c
src/bin/pg_upgrade/exec.c
src/bin/pg_upgrade/file.c
src/bin/pg_upgrade/multixact_rewrite.c
src/bin/pg_upgrade/pg_upgrade.c
src/bin/pg_upgrade/pg_upgrade.h
src/bin/pg_upgrade/relfilenumber.c
src/bin/pg_upgrade/server.c
src/bin/pg_upgrade/t/006_transfer_modes.pl
src/bin/pg_upgrade/version.c