Re: XversionUpgrade tests broken by postfix operator removal
Tom Turelinckx <pgbf@twiska.com>
From: "Tom Turelinckx" <pgbf@twiska.com>
To: "Andrew Dunstan" <andrew.dunstan@2ndquadrant.com>,
"Tom Lane" <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2020-09-20T09:19:23Z
Lists: pgsql-hackers
Andrew Dunstan wrote: > For reference, here is the complete hotfix. Applied on skate/snapper, mussurana/tadarida, ibisbill/kittiwake. Best regards, Tom Turelinckx
Commits
-
In pg_upgrade cross-version test, handle postfix operators.
- fa744697c791 14.0 landed
-
Use factorial rather than numeric_fac in create_operator.sql.
- cc7b27da7fb8 11.10 landed
- a950fb073426 10.15 landed
- 9ab5ed4194f3 13.0 landed
- 760b8fe766bc 9.5.24 landed
- 1e00333ffa2e 9.6.20 landed
- 1af91dc032cf 12.5 landed
-
Remove support for postfix (right-unary) operators.
- 1ed6b895634c 14.0 cited