]> granicus.if.org Git - postgresql/commit
Fix completely broken REINDEX SCHEMA testcase.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Dec 2014 22:37:17 +0000 (17:37 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Dec 2014 22:37:17 +0000 (17:37 -0500)
commit58af84f4bba5c87b352cf40e276e287fd289bd77
treefbcfc1e1d1e17f9ffb6a335ef940e78a84b5a39c
parent06d5803ffa1ea5a42295c9266f30557e44a99de7
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.
src/test/regress/expected/create_index.out
src/test/regress/sql/create_index.sql