From 4866d473ec7acae89f2b943a7e99648263115066 Mon Sep 17 00:00:00 2001 From: Maksim Michkov Date: Tue, 29 Oct 2024 09:11:00 +0000 Subject: [PATCH] Fix comment --- src/backend/parser/parse_utilcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c index 9ab99e7cd426..c9b794053f3f 100644 --- a/src/backend/parser/parse_utilcmd.c +++ b/src/backend/parser/parse_utilcmd.c @@ -1177,7 +1177,7 @@ transformTableLikeClause(CreateStmtContext *cxt, TableLikeClause *table_like_cla * If STORAGE is included, we need to copy over the table storage params * as well as the attribute encodings. * - * We shouldn't copy them for child partitions since they are already + * We shouldn't copy them for child partitions since they have already been * copied in make_child_node(). */ if (stmt && table_like_clause->options & CREATE_TABLE_LIKE_STORAGE &&