Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Nordström <819732+erimatnor@users.noreply.github.com>
  • Loading branch information
mkindahl and erimatnor committed Sep 23, 2020
1 parent ae3e434 commit b8b346a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process_utility.c
Original file line number Diff line number Diff line change
Expand Up @@ -2797,7 +2797,7 @@ alter_table_by_name(Name schema_name, Name table_name, AlterTableCmd *cmd)

/* Alter a hypertable and do some extra processing */
static void
alter_table_by_id(int32 hypertable_id, AlterTableStmt *stmt, AlterTableCmd *cmd,
alter_hypertable_by_id(int32 hypertable_id, AlterTableStmt *stmt, AlterTableCmd *cmd,
void (*extra)(Hypertable *, AlterTableCmd *))
{
Cache *hcache = ts_hypertable_cache_pin();
Expand Down

0 comments on commit b8b346a

Please sign in to comment.