Fix entirely broken permissions test in new alter_operator regression test.
Tom Lane <tgl@sss.pgh.pa.us>
Fix entirely broken permissions test in new alter_operator regression test. Not only did this test fail to test what it was supposed to test, but it left a user definition lying around, which caused subsequent runs of the regression tests to fail.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/alter_operator.out | modified | +4 −5 |
| src/test/regress/sql/alter_operator.sql | modified | +3 −5 |