Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
authorTom Lane
Sat, 19 Dec 2015 21:55:14 +0000 (16:55 -0500)
committerTom Lane
Sat, 19 Dec 2015 21:55:14 +0000 (16:55 -0500)
commit3ef762e7d806f18db743fd10bbf75a9b2631033c
tree6a6b1c0c5f3ae95131735e5808939215f69db0c0
parent8ae22e7d36e349d7d8fd616fbf7f78cc03e301e0
Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.

Commit e5e11c8cc added a bunch of EXPLAIN statements without COSTS OFF
to the regression tests.  This is contrary to project policy since it
results in unnecessary platform dependencies in the output (it's just
luck that we didn't get buildfarm failures from it).  Per gripe from
Mike Wilson.
src/test/regress/expected/rowsecurity.out
src/test/regress/sql/rowsecurity.sql