]> granicus.if.org Git - postgresql/commit
Move regression test listing of builtin leakproof functions to opr_sanity.sql.
authorAndres Freund <andres@anarazel.de>
Thu, 5 Jun 2014 11:54:16 +0000 (13:54 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 5 Jun 2014 11:54:25 +0000 (13:54 +0200)
commite0cb4aa89dd61cb1a76d348ced634681255b6a07
treed233d1ce1104e585ec282ac3177451c4775f19b9
parent8776faa81cb651322b8993422bdd4633f1f6a487
Move regression test listing of builtin leakproof functions to opr_sanity.sql.

The original location in create_function_3.sql didn't invite the close
structinity warranted for adding new leakproof functions. Add comments
to the test explaining that functions should only be added after
careful consideration and understanding what a leakproof function is.

Per complaint from Tom Lane after 5eebb8d954ad.
src/test/regress/expected/create_function_3.out
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/create_function_3.sql
src/test/regress/sql/opr_sanity.sql