Skip to content

Commit

Permalink
Fix a typo in matview.c
Browse files Browse the repository at this point in the history
  • Loading branch information
hyongtao-db authored Dec 30, 2024
1 parent b5fe6ca commit 36850cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/commands/matview.c
Original file line number Diff line number Diff line change
Expand Up @@ -3458,7 +3458,7 @@ clean_up_ivm_dsm_entry(MV_TriggerHashEntry *entry)
/*
* isIvmName
*
* Check if this is a IVM hidden column from the name.
* Check if this is an IVM hidden column from the name.
*/
bool
isIvmName(const char *s)
Expand Down

0 comments on commit 36850cf

Please sign in to comment.