File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
src/test/modules/test_json_parser/t Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -4410,7 +4410,7 @@ ALTER TABLE measurement
44104410 this operation is not supported for hash-partitioned tables and acquires
44114411 an <literal>ACCESS EXCLUSIVE</literal> lock, which could impact high-load
44124412 systems due to the lock's restrictive nature. For example, we can split
4413- the quarter partition back to monthly partitions:
4413+ the quarter partition back to monthly partitions:
44144414<programlisting>
44154415ALTER TABLE measurement SPLIT PARTITION measurement_y2006q1 INTO
44164416 (PARTITION measurement_y2006m01 FOR VALUES FROM ('2006-01-01') TO ('2006-02-01'),
Original file line number Diff line number Diff line change 2828is($stderr , " " , " no diff error" );
2929
3030done_testing();
31-
32-
33-
34-
35-
36-
You can’t perform that action at this time.
0 commit comments