@@ -18,7 +18,7 @@ SELECT set_interval('test_interval.abc', NULL::INT2);
1818
1919/* pg_pathman shouldn't be able to create a new partition */
2020INSERT INTO test_interval.abc VALUES (250);
21- ERROR: cannot find appropriate partition for key '250'
21+ ERROR: cannot spawn new partition for key '250'
2222/* Set a trivial interval */
2323SELECT set_interval('test_interval.abc', 0);
2424ERROR: interval should not be trivial
@@ -61,7 +61,7 @@ SELECT set_interval('test_interval.abc', NULL::INT4);
6161
6262/* pg_pathman shouldn't be able to create a new partition */
6363INSERT INTO test_interval.abc VALUES (250);
64- ERROR: cannot find appropriate partition for key '250'
64+ ERROR: cannot spawn new partition for key '250'
6565/* Set a trivial interval */
6666SELECT set_interval('test_interval.abc', 0);
6767ERROR: interval should not be trivial
@@ -104,7 +104,7 @@ SELECT set_interval('test_interval.abc', NULL::INT8);
104104
105105/* pg_pathman shouldn't be able to create a new partition */
106106INSERT INTO test_interval.abc VALUES (250);
107- ERROR: cannot find appropriate partition for key '250'
107+ ERROR: cannot spawn new partition for key '250'
108108/* Set a trivial interval */
109109SELECT set_interval('test_interval.abc', 0);
110110ERROR: interval should not be trivial
0 commit comments