Skip to content

Commit 1cacbc1

Browse files
committed
Fix typo in error message about MERGE support on compressed hypertables
1 parent 81fc99b commit 1cacbc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsl/src/planner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ tsl_set_rel_pathlist_dml(PlannerInfo *root, RelOptInfo *rel, Index rti, RangeTbl
168168
{
169169
ereport(ERROR,
170170
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
171-
errmsg("The MERGE command with UPDATE/DELETE merge actions is not support on "
171+
errmsg("The MERGE command with UPDATE/DELETE merge actions is not supported on "
172172
"compressed hypertables")));
173173
}
174174
}

0 commit comments

Comments
 (0)