diff options
Diffstat (limited to 'src/test/regress/expected/opr_sanity.out')
| -rw-r--r-- | src/test/regress/expected/opr_sanity.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/opr_sanity.out b/src/test/regress/expected/opr_sanity.out index f6cebd9a57a..937f179439e 100644 --- a/src/test/regress/expected/opr_sanity.out +++ b/src/test/regress/expected/opr_sanity.out @@ -792,7 +792,7 @@ WHERE p1.amopopr = p2.oid AND (0 rows) -- Check that operator input types match the opclass --- For 7.5, we require that oprleft match opcintype (possibly by coercion). +-- For 8.0, we require that oprleft match opcintype (possibly by coercion). -- When amopsubtype is zero (default), oprright must equal oprleft; -- when amopsubtype is not zero, oprright must equal amopsubtype. SELECT p1.amopclaid, p1.amopopr, p2.oid, p2.oprname, p3.opcname |
