pgsql: Fix completely broken REINDEX SCHEMA testcase. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix completely broken REINDEX SCHEMA testcase.
Date
Msg-id E1XzCMM-0004ka-PC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/58af84f4bba5c87b352cf40e276e287fd289bd77

Modified Files
--------------
src/test/regress/expected/create_index.out |    9 ++++-----
src/test/regress/sql/create_index.sql      |    6 +++---
2 files changed, 7 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix assorted confusion between Oid and int32.
Next
From: Tom Lane
Date:
Subject: pgsql: Make rowsecurity test clean up after itself, too.