pgsql: Stabilize recently-added information_schema test queries.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Stabilize recently-added information_schema test queries.
Дата
Msg-id E1lX8er-00033c-D3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Stabilize recently-added information_schema test queries.

These queries could show unexpected entries if the core system,
or concurrently-running test scripts, created any functions that
would appear in the information_schema views.  Restrict them
to showing functions belonging to this test's schema, as the
far-older nearby test case does.

Per experimentation with conversion of some built-in functions
to SQL-function-body style.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3157cbe974846729d49a1ee081944eee1839bdd8

Modified Files
--------------
src/test/regress/expected/create_function_3.out | 14 +++++++++++---
src/test/regress/sql/create_function_3.sql      | 14 +++++++++++---
2 files changed, 22 insertions(+), 6 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Revert "psql: Show all query results by default"
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Undo decision to allow pg_proc.prosrc to be NULL.