pgsql: More regression tests for LEAKPROOF/NOT LEAKPROOF stuff. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.
Date
Msg-id E1RxhEA-0002sC-Mt@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.
Next
From: Robert Haas
Date:
Subject: pgsql: Speed up in-memory tuplesorting.