Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silent-observer committed Oct 29, 2024
1 parent fc25375 commit 4866d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/parser/parse_utilcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 4866d47

Please sign in to comment.