@@ -1724,6 +1724,7 @@ NOTICE: sequence "test_fkey_seq" does not exist, skipping
1724
1724
1725
1725
INSERT INTO test_fkey VALUES(1, 'wrong');
1726
1726
ERROR: 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');
1727
1728
SELECT drop_partitions('test_fkey');
1728
1729
NOTICE: function public.test_fkey_upd_trig_func() does not exist, skipping
1729
1730
NOTICE: 100 rows copied from test_fkey_10
@@ -1735,7 +1736,7 @@ NOTICE: 100 rows copied from test_fkey_5
1735
1736
NOTICE: 100 rows copied from test_fkey_4
1736
1737
NOTICE: 100 rows copied from test_fkey_3
1737
1738
NOTICE: 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
1739
1740
drop_partitions
1740
1741
-----------------
1741
1742
10
@@ -1749,6 +1750,7 @@ SELECT create_hash_partitions('test_fkey', 'id', 10);
1749
1750
1750
1751
INSERT INTO test_fkey VALUES(1, 'wrong');
1751
1752
ERROR: 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');
1752
1754
SELECT drop_partitions('test_fkey');
1753
1755
NOTICE: function public.test_fkey_upd_trig_func() does not exist, skipping
1754
1756
NOTICE: 94 rows copied from test_fkey_9
@@ -1760,7 +1762,7 @@ NOTICE: 101 rows copied from test_fkey_4
1760
1762
NOTICE: 116 rows copied from test_fkey_3
1761
1763
NOTICE: 90 rows copied from test_fkey_2
1762
1764
NOTICE: 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
1764
1766
drop_partitions
1765
1767
-----------------
1766
1768
10