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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
Дата
Msg-id E1aAPTO-0004uN-GA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/654218138b819df66c1b90d39a12ca6a75b9ff65

Modified Files
--------------
src/test/regress/expected/rowsecurity.out |  184 ++++++++++++++---------------
src/test/regress/sql/rowsecurity.sql      |   24 ++--
2 files changed, 104 insertions(+), 104 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Adopt a more compact, less error-prone notation for tab completi
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.