diff --git a/pkg/sql/sem/tree/show.go b/pkg/sql/sem/tree/show.go index fc929a641600..22c4f2df44e7 100644 --- a/pkg/sql/sem/tree/show.go +++ b/pkg/sql/sem/tree/show.go @@ -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 }