Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 91a7a37

Browse files
committed
expected output of test_decoding changed after a2b6520
1 parent fe7bfe2 commit 91a7a37

File tree

1 file changed

+9
-9
lines changed
  • contrib/test_decoding/expected

1 file changed

+9
-9
lines changed

contrib/test_decoding/expected/ddl.out

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -570,16 +570,16 @@ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'inc
570570
table public.table_without_key: INSERT: id[integer]:2 data[integer]:2
571571
COMMIT
572572
BEGIN
573-
table public.table_without_key: DELETE: (no-tuple-data)
573+
table public.table_without_key: DELETE: id[integer]:1 data[integer]:1
574574
COMMIT
575575
BEGIN
576-
table public.table_without_key: UPDATE: id[integer]:2 data[integer]:3
576+
table public.table_without_key: UPDATE: old-key: id[integer]:2 data[integer]:2 new-tuple: id[integer]:2 data[integer]:3
577577
COMMIT
578578
BEGIN
579-
table public.table_without_key: UPDATE: id[integer]:-2 data[integer]:3
579+
table public.table_without_key: UPDATE: old-key: id[integer]:2 data[integer]:3 new-tuple: id[integer]:-2 data[integer]:3
580580
COMMIT
581581
BEGIN
582-
table public.table_without_key: UPDATE: id[integer]:2 data[integer]:3
582+
table public.table_without_key: UPDATE: old-key: id[integer]:-2 data[integer]:3 new-tuple: id[integer]:2 data[integer]:3
583583
COMMIT
584584
BEGIN
585585
table public.table_without_key: UPDATE: old-key: id[integer]:2 data[integer]:3 new-tuple: id[integer]:-2 data[integer]:3
@@ -626,19 +626,19 @@ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'inc
626626
table public.table_with_unique_not_null: INSERT: id[integer]:2 data[integer]:2
627627
COMMIT
628628
BEGIN
629-
table public.table_with_unique_not_null: DELETE: (no-tuple-data)
629+
table public.table_with_unique_not_null: DELETE: id[integer]:1 data[integer]:1
630630
COMMIT
631631
BEGIN
632-
table public.table_with_unique_not_null: UPDATE: id[integer]:2 data[integer]:3
632+
table public.table_with_unique_not_null: UPDATE: old-key: id[integer]:2 data[integer]:2 new-tuple: id[integer]:2 data[integer]:3
633633
COMMIT
634634
BEGIN
635-
table public.table_with_unique_not_null: UPDATE: id[integer]:-2 data[integer]:3
635+
table public.table_with_unique_not_null: UPDATE: old-key: id[integer]:2 data[integer]:3 new-tuple: id[integer]:-2 data[integer]:3
636636
COMMIT
637637
BEGIN
638-
table public.table_with_unique_not_null: UPDATE: id[integer]:2 data[integer]:3
638+
table public.table_with_unique_not_null: UPDATE: old-key: id[integer]:-2 data[integer]:3 new-tuple: id[integer]:2 data[integer]:3
639639
COMMIT
640640
BEGIN
641-
table public.table_with_unique_not_null: DELETE: (no-tuple-data)
641+
table public.table_with_unique_not_null: DELETE: id[integer]:2 data[integer]:3
642642
COMMIT
643643
BEGIN
644644
table public.table_with_unique_not_null: INSERT: id[integer]:3 data[integer]:1

0 commit comments

Comments
 (0)