From 43a9cab4844b9c933f1a24e24a38311ee24deefd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 9 Apr 2024 11:32:48 +0200 Subject: [PATCH] Fix whitespace --- doc/src/sgml/ddl.sgml | 2 +- src/test/modules/test_json_parser/t/003_test_semantic.pl | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 8ff9a520ca..cd8304ef75 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -4410,7 +4410,7 @@ ALTER TABLE measurement this operation is not supported for hash-partitioned tables and acquires an ACCESS EXCLUSIVE lock, which could impact high-load systems due to the lock's restrictive nature. For example, we can split - the quarter partition back to monthly partitions: + the quarter partition back to monthly partitions: ALTER TABLE measurement SPLIT PARTITION measurement_y2006q1 INTO (PARTITION measurement_y2006m01 FOR VALUES FROM ('2006-01-01') TO ('2006-02-01'), diff --git a/src/test/modules/test_json_parser/t/003_test_semantic.pl b/src/test/modules/test_json_parser/t/003_test_semantic.pl index e6eb7c2fcc..7b4941b7f9 100644 --- a/src/test/modules/test_json_parser/t/003_test_semantic.pl +++ b/src/test/modules/test_json_parser/t/003_test_semantic.pl @@ -28,9 +28,3 @@ is($stdout, "", "no output diff"); is($stderr, "", "no diff error"); done_testing(); - - - - - -