pgsql: Stabilize recently-added information_schema test queries.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stabilize recently-added information_schema test queries.
Date: 2021-04-15 20:32:13
Message-ID: E1lX8er-00033c-D3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-15 21:19:02 pgsql: Revert "Cope with NULL query string in ExecInitParallelPlan()."
Previous Message Peter Eisentraut 2021-04-15 17:49:35 pgsql: Revert "psql: Show all query results by default"