pgsql: More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.
Date: 2012-02-15 15:57:06
Message-ID: E1RxhEA-0002sC-Mt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.

Along the way, move create_function_3 into a parallel schedule.

KaiGai Kohei

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/create_function_3.out | 25 +++++++++++++++++++++++
src/test/regress/parallel_schedule | 3 +-
src/test/regress/sql/create_function_3.sql | 23 +++++++++++++++++++++
3 files changed, 49 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-02-15 17:20:37 pgsql: Speed up in-memory tuplesorting.
Previous Message Robert Haas 2012-02-15 15:48:01 pgsql: Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.