Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 43a9cab

Browse filesBrowse files
committed
Fix whitespace
1 parent bf183f1 commit 43a9cab
Copy full SHA for 43a9cab

File tree

Expand file treeCollapse file tree

2 files changed

+1
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-7
lines changed

‎doc/src/sgml/ddl.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/ddl.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>
44154415
ALTER TABLE measurement SPLIT PARTITION measurement_y2006q1 INTO
44164416
(PARTITION measurement_y2006m01 FOR VALUES FROM ('2006-01-01') TO ('2006-02-01'),

‎src/test/modules/test_json_parser/t/003_test_semantic.pl

Copy file name to clipboardExpand all lines: src/test/modules/test_json_parser/t/003_test_semantic.pl
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,3 @@
2828
is($stderr, "", "no diff error");
2929

3030
done_testing();
31-
32-
33-
34-
35-
36-

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.