pgsql: Move regression test listing of builtin leakproof functions to o

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move regression test listing of builtin leakproof functions to o
Date: 2014-06-05 11:55:49
Message-ID: E1WsWGr-0005IB-85@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e0cb4aa89dd61cb1a76d348ced634681255b6a07

Modified Files
--------------
src/test/regress/expected/create_function_3.out | 238 ----------------------
src/test/regress/expected/opr_sanity.out | 249 ++++++++++++++++++++++-
src/test/regress/sql/create_function_3.sql | 14 --
src/test/regress/sql/opr_sanity.sql | 25 ++-
4 files changed, 268 insertions(+), 258 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-06-05 14:30:45 pgsql: Consistently spell a replication slot's name as slot_name.
Previous Message Heikki Linnakangas 2014-06-05 09:59:30 pgsql: Adjust SP-GiST WAL record formats to reduce alignment padding.