From 14f84e8841c2cf237ff3dfdb713f32832cfaf459 Mon Sep 17 00:00:00 2001 From: Mehmet Yilmaz Date: Tue, 31 Dec 2024 11:52:54 +0000 Subject: [PATCH] fix whitespace --- src/test/regress/sql/pg17.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/regress/sql/pg17.sql b/src/test/regress/sql/pg17.sql index b07dad25407..271e53a115a 100644 --- a/src/test/regress/sql/pg17.sql +++ b/src/test/regress/sql/pg17.sql @@ -895,8 +895,8 @@ SET search_path TO pg17; ALTER TABLE test_partitioned_alter SET ACCESS METHOD columnar; -- Verify the access method in the distributed parent and existing partitions --- Note: Specifying an access method for a partitioned table lets the value be used for all --- future partitions created under it, closely mirroring the behavior of the TABLESPACE +-- Note: Specifying an access method for a partitioned table lets the value be used for all +-- future partitions created under it, closely mirroring the behavior of the TABLESPACE -- option for partitioned tables. Existing partitions are not modified. -- Reference: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=374c7a2290429eac3217b0c7b0b485db9c2bcc72