summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2019-02-10 02:02:06 +0000
committerTom Lane2019-02-10 02:02:06 +0000
commit4b235947c7c63a084a90c2e049d79a09ff03b9b3 (patch)
treeec8f683b9cfd1aa59758414adef0f6f28c30b733 /doc/src
parent2b6009e2a2794df286939e5ce1196a23cca07d68 (diff)
Solve cross-version-upgrade testing problem induced by 1fb57af92.
Renaming varchar_transform to varchar_support had a side effect I hadn't foreseen: the core regression tests leave around a transform object that relies on that function, so the name change breaks cross-version upgrade tests, because the name used in the older branches doesn't match. Since the dependency on varchar_transform was chosen with the aid of a dartboard anyway (it would surely not work as a language transform support function), fix by just choosing a different random builtin function with the right signature. Also add some comments explaining why this isn't horribly unsafe. I chose to make the same substitution in a couple of other copied-and-pasted test cases, for consistency, though those aren't directly contributing to the testing problem. Per buildfarm. Back-patch, else it doesn't fix the problem.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions