]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Small terminology fixes in comments master github/master
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 4 Jun 2026 09:57:55 +0000 (11:57 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 4 Jun 2026 09:57:55 +0000 (11:57 +0200)
Author: jian he <jian.universality@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAHg%2BQDcd%3Dt69gLf9yQexO07EJ2mx0Z70NFHo6h94X1EDA%3DhM0g%40mail.gmail.com

src/test/regress/expected/for_portion_of.out
src/test/regress/sql/for_portion_of.sql

index a53ed6e2d64897133feb30791ad9e38fc85daff2..ff88879857eadb743de70d5571a434d65cd36a72 100644 (file)
@@ -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 (
index 56c66d91a5d49b338ef8d60837989a25a9b0abbb..d61ad5dbe755a01ffec1820136a291fe7e7fb88d 100644 (file)
@@ -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 (