Re: pg_upgrade fails to detect unsupported arrays and ranges
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Tomas Vondra <tomas.vondra@enterprisedb.com>
Date: 2021-04-28T21:44:15Z
Lists: pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes: > On 28 Apr 2021, at 22:47, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> This wording is copied-and-pasted from the other similar tests. I agree >> that it's advocating a solution that might be overkill, but if we change >> it we should also change the existing messages. > Good point. >> I don't mind doing that in HEAD; less sure about the back branches, as > I think it would be helpful for users to try and give slightly more expanded > advice while (obviously) still always being safe. I’m happy to take a crack at > that once back unless someone beats me to it. Seems like s/remove the problem tables/drop the problem columns/ is easy and sufficient. >> (I think) these are translatable strings. > If they aren't I think we should try and make them so to as far as we can > reduce language barrier problems in such important messages. Checking, I see they do appear in pg_upgrade's po files. So I propose that we change the existing messages in HEAD but not the back branches. regards, tom lane
Commits
-
Improve wording of some pg_upgrade failure reports.
- c9c37ae03fea 14.0 landed
-
Fix some more omissions in pg_upgrade's tests for non-upgradable types.
- 54a23307193c 9.6.22 landed
- d5722c92795d 10.17 landed
- bbcfee0e56a2 13.3 landed
- ba86371b9ca0 12.7 landed
- 57c081de0afc 14.0 landed
- 404946d40109 11.12 landed
-
Handle arrays and ranges in pg_upgrade's test for non-upgradable types.
- fb26754af4da 9.5.21 landed
- f378d4dac4ce 9.6.17 landed
- c443e3c43927 10.12 landed
- 8e4ef328738f 11.7 landed
- 56c06999d3c3 9.4.26 landed
- 29aeda6e4e60 13.0 landed
- 1cd57b05ef8b 12.2 landed