Re: Sigh, I broke crake again
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@lists.postgresql.org
Date: 2018-02-27T23:14:50Z
Lists: pgsql-hackers
On Wed, Feb 28, 2018 at 6:08 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > I wrote: > > I had not intended to back-patch, since those changes were just cosmetic, > > but it might be the best way to preserve the XversionUpgrade tests. > > After closer study, it seems like the least painful answer is: > > 1. In HEAD, revert the renaming of int44in/int44out to > city_budget_in/_out; the gain in obviousness isn't worth the screwing > around we'd have to do to cope with it in cross-version upgrade testing. > > 2. In the back branches, drop the CREATE FUNCTION commands for > funny_dup17 and boxarea, which are used nowhere so they can easily > be dispensed with. > > We could ask TestUpgradeXversion.pm to drop the latter two functions, > similarly to what it's already doing for oldstyle_length. But > oldstyle_length was actually being used for something in the older > branches so it was worth the trouble to cope with a cross-branch > difference. These two don't seem worth changing the buildfarm for. > > I see you're reverted the change that caused the issue. The fact is that we're always going to get this sort of issue from time to time with cross-version testing. FWIW, my experience in testing the module offline over an extended period (several years) is that the breakage isn't very frequent. I'm always willing to make small tweaks to accommodate things like name changes. It's not terribly difficult. I think it's sufficiently important that we have good cross-version upgrade testing that we can tolerate a little temporary breakage occasionally. cheers andrew
Commits
-
Revert renaming of int44in/int44out.
- c40e20a83ce5 11.0 landed
-
Remove regression tests' CREATE FUNCTION commands for unused C functions.
- 0c4af129941b 9.3.23 landed
- 5cedaeca261b 9.4.18 landed
- 85be69154a1e 9.5.13 landed
- df3962c00b36 9.6.9 landed
- d6ff2e30395b 10.4 landed