Skip to content

Commit

Permalink
sql: fix ShowSurvivalGoal comment
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
ecwall committed Jul 7, 2023
1 parent 42922d0 commit 424d978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/sem/tree/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ func (node *ShowChangefeedJobs) Format(ctx *FmtCtx) {
}
}

// ShowSurvivalGoal represents a SHOW REGIONS statement
// ShowSurvivalGoal represents a SHOW SURVIVAL GOAL statement
type ShowSurvivalGoal struct {
DatabaseName Name
}
Expand Down

0 comments on commit 424d978

Please sign in to comment.