From: Peter Eisentraut Date: Thu, 4 Jun 2026 09:57:55 +0000 (+0200) Subject: Small terminology fixes in comments X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f0aedc7cb0ed82d4cca48332dc0852c767514558;p=thirdparty%2Fpostgresql.git Small terminology fixes in comments Author: jian he Discussion: https://www.postgresql.org/message-id/flat/CAHg%2BQDcd%3Dt69gLf9yQexO07EJ2mx0Z70NFHo6h94X1EDA%3DhM0g%40mail.gmail.com --- diff --git a/src/test/regress/expected/for_portion_of.out b/src/test/regress/expected/for_portion_of.out index a53ed6e2d64..ff88879857e 100644 --- a/src/test/regress/expected/for_portion_of.out +++ b/src/test/regress/expected/for_portion_of.out @@ -2036,7 +2036,7 @@ SELECT * FROM for_portion_of_test2 ORDER BY id, valid_at; DROP TABLE for_portion_of_test2; DROP TYPE mydaterange; -- Test FOR PORTION OF against a partitioned table. --- Include a GENERATED STORED column to test updatedCols column mapping. +-- Include a stored generated column to test updatedCols column mapping. -- temporal_partitioned_1 has the same attnums as the root -- temporal_partitioned_3 has the different attnums from the root -- temporal_partitioned_5 has the different attnums too, but reversed @@ -2208,7 +2208,7 @@ SELECT * FROM fpo_rule ORDER BY f1; (2 rows) DROP TABLE fpo_rule; --- UPDATE FOR PORTION OF with generated stored columns +-- UPDATE FOR PORTION OF with generated columns -- The generated column depends on the range column, so it must be -- recomputed when FOR PORTION OF narrows the range. CREATE TABLE fpo_generated ( diff --git a/src/test/regress/sql/for_portion_of.sql b/src/test/regress/sql/for_portion_of.sql index 56c66d91a5d..d61ad5dbe75 100644 --- a/src/test/regress/sql/for_portion_of.sql +++ b/src/test/regress/sql/for_portion_of.sql @@ -1338,7 +1338,7 @@ DROP TABLE for_portion_of_test2; DROP TYPE mydaterange; -- Test FOR PORTION OF against a partitioned table. --- Include a GENERATED STORED column to test updatedCols column mapping. +-- Include a stored generated column to test updatedCols column mapping. -- temporal_partitioned_1 has the same attnums as the root -- temporal_partitioned_3 has the different attnums from the root -- temporal_partitioned_5 has the different attnums too, but reversed @@ -1448,7 +1448,7 @@ SELECT * FROM fpo_rule ORDER BY f1; DROP TABLE fpo_rule; --- UPDATE FOR PORTION OF with generated stored columns +-- UPDATE FOR PORTION OF with generated columns -- The generated column depends on the range column, so it must be -- recomputed when FOR PORTION OF narrows the range. CREATE TABLE fpo_generated (