Skip to content

Commit

Permalink
Fixes CAGG name on registration for system catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
noctarius committed Nov 30, 2023
1 parent a7609d8 commit a6c2508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/systemcatalog/systemcatalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ func initializeSystemCatalog(
if hypertable, ok := table.(*systemcatalog.Hypertable); ok {
if !hypertable.IsCompressedTable() && sc.IsHypertableSelectedForReplication(hypertable.Id()) {
if hypertable.IsContinuousAggregate() {
tableName = hypertable.CanonicalContinuousAggregateName()
tableType = fmt.Sprintf("Continuous Aggregate => %s", hypertable.CanonicalName())
}
}
Expand Down

0 comments on commit a6c2508

Please sign in to comment.