In pg_upgrade cross-version test, handle postfix operators.

Noah Misch <noah@leadboat.com>

Commit: fa744697c79189a661f802d9a979d959b4454df0
Author: Noah Misch <noah@leadboat.com>
Date: 2020-12-30T09:43:43Z
Releases: 14.0
In pg_upgrade cross-version test, handle postfix operators.

Commit 1ed6b895634ce0dc5fd4bd040e87252b32182cba eliminated support for
them, so drop them from regression databases before upgrading.  This is
necessary but not sufficient for testing v13 -> v14 upgrades.

Discussion: https://postgr.es/m/449144.1600439950@sss.pgh.pa.us

Files

PathChange+/−
src/bin/pg_upgrade/test.sh modified +6 −1

Discussion