pgsql: Stabilize recently-added information_schema test queries.

Started by Tom Laneover 5 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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(-)