]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Stabilize recently-added information_schema test queries.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Apr 2021 20:31:36 +0000 (16:31 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Apr 2021 20:31:44 +0000 (16:31 -0400)
commit3157cbe974846729d49a1ee081944eee1839bdd8
treec69d6c606d0294de7294f019d65efe6b2220a84b
parentfae65629cec824738ee11bf60f757239906d64fa
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.
src/test/regress/expected/create_function_3.out
src/test/regress/sql/create_function_3.sql