]> granicus.if.org Git - postgresql/commit
Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Dec 2015 21:55:14 +0000 (16:55 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Dec 2015 21:55:14 +0000 (16:55 -0500)
commit654218138b819df66c1b90d39a12ca6a75b9ff65
tree6b6886ed88f5ec1e6eb3384d836afaec74428d14
parentd37b816dc9e8f976c8913296781e08cbd45c5af1
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