pgsql: Add regression test for wide REPLICA IDENTITY FULL updates.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add regression test for wide REPLICA IDENTITY FULL updates.
Date: 2017-08-05 22:06:04
Message-ID: E1de7Cu-0007L2-OS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add regression test for wide REPLICA IDENTITY FULL updates.

This just contains the regression tests added by a fix for a 9.4
specific bug regarding $subject.

Author: Andres Freund
Backpatch: 9.5-

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0d1f98b80e094827199da8a3dea51f04d134b7bf

Modified Files
--------------
contrib/test_decoding/expected/toast.out | 8 +++++++-
contrib/test_decoding/sql/toast.sql | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-08-05 22:06:06 pgsql: Add regression test for wide REPLICA IDENTITY FULL updates.
Previous Message Tom Lane 2017-08-05 19:55:31 pgsql: Doc: update v10 release notes through today.