Skip to content

Commit

Permalink
Merge branch 'main' into test-pause-qrep-xmin
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Mar 5, 2024
2 parents 9d5bff7 + ba6feaa commit ee93513
Show file tree
Hide file tree
Showing 13 changed files with 462 additions and 419 deletions.
2 changes: 1 addition & 1 deletion flow/activities/flowable.go
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ func (a *FlowableActivity) SendWALHeartbeat(ctx context.Context) error {
}

func (a *FlowableActivity) RecordSlotSizes(ctx context.Context) error {
rows, err := a.CatalogPool.Query(ctx, "SELECT flows.name, flows.config_proto FROM flows WHERE query_string IS NULL")
rows, err := a.CatalogPool.Query(ctx, "SELECT DISTINCT ON (name) name, config_proto FROM flows WHERE query_string IS NULL")
if err != nil {
return err
}
Expand Down
Loading

0 comments on commit ee93513

Please sign in to comment.