pgsql: Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify.
Date: 2013-07-03 15:07:48
Message-ID: E1UuOeq-0006xX-2r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify.

Robins Tharakan, reviewed by Szymon Guz

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/00a7767fcc2e4d90e3b4cacb87974ec5a0f32b8c

Modified Files
--------------
src/test/regress/expected/async.out | 34 ++++++++++++++++++++++++++++++++++
src/test/regress/parallel_schedule | 2 +-
src/test/regress/serial_schedule | 1 +
src/test/regress/sql/async.sql | 19 +++++++++++++++++++
4 files changed, 55 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-07-03 15:09:23 pgsql: Unbreak postmaster restart-after-crash sequence
Previous Message Robert Haas 2013-07-03 14:50:55 pgsql: Additional regression tests for CREATE OPERATOR.