Stabilize recently-added information_schema test queries.
Tom 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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/create_function_3.out | modified | +11 −3 |
| src/test/regress/sql/create_function_3.sql | modified | +11 −3 |