aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/commands/tablecmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c
index 34f8bc801af..af8c05b91f1 100644
--- a/src/backend/commands/tablecmds.c
+++ b/src/backend/commands/tablecmds.c
@@ -18691,7 +18691,7 @@ ATExecAttachPartition(List **wqueue, Relation rel, PartitionCmd *cmd,
/*
* Use list_concat_copy() to avoid modifying partBoundConstraint in place,
- * since it’s needed later to construct the constraint expression for
+ * since it's needed later to construct the constraint expression for
* validating against the default partition, if any.
*/
partConstraint = list_concat_copy(partBoundConstraint,