]> git.ipfire.org Git - thirdparty/postgresql.git/commit
In pg_upgrade cross-version test, handle lack of oldstyle_length().
authorNoah Misch <noah@leadboat.com>
Wed, 30 Dec 2020 09:43:43 +0000 (01:43 -0800)
committerNoah Misch <noah@leadboat.com>
Wed, 30 Dec 2020 09:43:46 +0000 (01:43 -0800)
commit239213684d01a64f82dfa6263cccc8bf68aeddd3
tree36ec930942357fa75fa229e24beadd9084ed88dc
parent5253906fac5a2f3669f7867bcb5507f6f0ea891c
In pg_upgrade cross-version test, handle lack of oldstyle_length().

This suffices for testing v12 -> v13; some other version pairs need more
changes.  Back-patch to v10, which removed the function.
src/bin/pg_upgrade/test.sh