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-0004uO-GM@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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3ef762e7d806f18db743fd10bbf75a9b2631033c

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: Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Review of new help output strings