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:07
Message-ID: E1de7Cx-0007Lm-9k@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
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/062291f228aca90b3e2cfda7a7e5024421ce466b

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:08 pgsql: Fix issues with wide tuples being updated and REPLICA IDENTITY F
Previous Message Andres Freund 2017-08-05 22:06:06 pgsql: Add regression test for wide REPLICA IDENTITY FULL updates.