@@ -18,7 +18,7 @@ SELECT set_interval('test_interval.abc', NULL::INT2);
18
18
19
19
/* pg_pathman shouldn't be able to create a new partition */
20
20
INSERT INTO test_interval.abc VALUES (250);
21
- ERROR: cannot find appropriate partition for key '250'
21
+ ERROR: cannot spawn new partition for key '250'
22
22
/* Set a trivial interval */
23
23
SELECT set_interval('test_interval.abc', 0);
24
24
ERROR: interval should not be trivial
@@ -61,7 +61,7 @@ SELECT set_interval('test_interval.abc', NULL::INT4);
61
61
62
62
/* pg_pathman shouldn't be able to create a new partition */
63
63
INSERT INTO test_interval.abc VALUES (250);
64
- ERROR: cannot find appropriate partition for key '250'
64
+ ERROR: cannot spawn new partition for key '250'
65
65
/* Set a trivial interval */
66
66
SELECT set_interval('test_interval.abc', 0);
67
67
ERROR: interval should not be trivial
@@ -104,7 +104,7 @@ SELECT set_interval('test_interval.abc', NULL::INT8);
104
104
105
105
/* pg_pathman shouldn't be able to create a new partition */
106
106
INSERT INTO test_interval.abc VALUES (250);
107
- ERROR: cannot find appropriate partition for key '250'
107
+ ERROR: cannot spawn new partition for key '250'
108
108
/* Set a trivial interval */
109
109
SELECT set_interval('test_interval.abc', 0);
110
110
ERROR: interval should not be trivial
0 commit comments