]> 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:47 +0000 (01:43 -0800)
commit5c3444e31384def202c1e2b9333fcc823b8d36a7
treed9f33be91c5952e42e436120994185be794f135a
parente06713ab6eaca9e74f405de1195a9c020f886dd9
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