pgsql: Various temporary slots test improvements

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Various temporary slots test improvements
Date: 2016-12-15 13:50:30
Message-ID: E1cHWQY-0003fP-5s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Various temporary slots test improvements

Fix the tests on slow machines (per buildfarm).

Add test for dropping on error. And also try to consume real changes
from temporary slots.

From: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>

Branch
------
master

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

Modified Files
--------------
contrib/test_decoding/expected/slot.out | 55 ++++++++++++++++++++++++++-------
contrib/test_decoding/sql/slot.sql | 32 ++++++++++++++++---
2 files changed, 71 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-12-15 13:51:04 Re: pgsql: Add support for temporary replication slots
Previous Message Alexander Law 2016-12-15 09:30:17 Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default