Skip to content
Snippets Groups Projects
Commit 65421813 authored by Tom Lane's avatar Tom Lane
Browse files

Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.

Commit e5e11c8c 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.
parent d37b816d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment