]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_upgrade: generate check error for left-over new tablespace
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Oct 2020 23:33:36 +0000 (19:33 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Oct 2020 23:33:45 +0000 (19:33 -0400)
commit59cfff65b10036b637a3f6e50d8f654e855d3b69
tree270140444c4a6693f243a684acaa9955c91e70ad
parentae3e75abab222519aef90eb130d93c1ea745ac2e
pg_upgrade:  generate check error for left-over new tablespace

Previously, if pg_upgrade failed, and the user recreated the cluster but
did not remove the new cluster tablespace directory, a later pg_upgrade
would fail since the new tablespace directory would already exists.
This adds error reporting for this during check.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20200925005531.GJ23631@telsasoft.com

Backpatch-through: 9.5
src/bin/pg_upgrade/check.c