From 424d9788c90f1b4a2ea770a01835f9f1c889a39f Mon Sep 17 00:00:00 2001 From: Evan Wall Date: Fri, 7 Jul 2023 10:36:38 -0400 Subject: [PATCH] sql: fix ShowSurvivalGoal comment Release note: None --- pkg/sql/sem/tree/show.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }