Fix completely broken REINDEX SCHEMA testcase.
Tom Lane <tgl@sss.pgh.pa.us>
Fix completely broken REINDEX SCHEMA testcase. Aside from not testing the case it claimed to test (namely a permissions failure), it left a login-capable role lying around, which quite aside from possibly being a security hole would cause subsequent regression runs to fail since the role would already exist.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/create_index.out | modified | +4 −5 |
| src/test/regress/sql/create_index.sql | modified | +3 −3 |