@@ -1724,6 +1724,7 @@ NOTICE: sequence "test_fkey_seq" does not exist, skipping
17241724
17251725INSERT INTO test_fkey VALUES(1, 'wrong');
17261726ERROR: insert or update on table "test_fkey_1" violates foreign key constraint "test_fkey_1_comment_fkey"
1727+ INSERT INTO test_fkey VALUES(1, 'test');
17271728SELECT drop_partitions('test_fkey');
17281729NOTICE: function public.test_fkey_upd_trig_func() does not exist, skipping
17291730NOTICE: 100 rows copied from test_fkey_10
@@ -1735,7 +1736,7 @@ NOTICE: 100 rows copied from test_fkey_5
17351736NOTICE: 100 rows copied from test_fkey_4
17361737NOTICE: 100 rows copied from test_fkey_3
17371738NOTICE: 100 rows copied from test_fkey_2
1738- NOTICE: 100 rows copied from test_fkey_1
1739+ NOTICE: 101 rows copied from test_fkey_1
17391740 drop_partitions
17401741-----------------
17411742 10
@@ -1749,6 +1750,7 @@ SELECT create_hash_partitions('test_fkey', 'id', 10);
17491750
17501751INSERT INTO test_fkey VALUES(1, 'wrong');
17511752ERROR: insert or update on table "test_fkey_0" violates foreign key constraint "test_fkey_0_comment_fkey"
1753+ INSERT INTO test_fkey VALUES(1, 'test');
17521754SELECT drop_partitions('test_fkey');
17531755NOTICE: function public.test_fkey_upd_trig_func() does not exist, skipping
17541756NOTICE: 94 rows copied from test_fkey_9
@@ -1760,7 +1762,7 @@ NOTICE: 101 rows copied from test_fkey_4
17601762NOTICE: 116 rows copied from test_fkey_3
17611763NOTICE: 90 rows copied from test_fkey_2
17621764NOTICE: 90 rows copied from test_fkey_1
1763- NOTICE: 98 rows copied from test_fkey_0
1765+ NOTICE: 100 rows copied from test_fkey_0
17641766 drop_partitions
17651767-----------------
17661768 10
0 commit comments