aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/commands/explain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/commands/explain.c b/src/backend/commands/explain.c
index 478771c6ba1..2e4df5fcfef 100644
--- a/src/backend/commands/explain.c
+++ b/src/backend/commands/explain.c
@@ -981,6 +981,7 @@ ExplainNode(PlanState *planstate, List *ancestors,
rte = rt_fetch(((SampleScan *) plan)->scanrelid, es->rtable);
custom_name = get_tablesample_method_name(rte->tablesample->tsmid);
pname = psprintf("Sample Scan (%s)", custom_name);
+ sname = "Sample Scan";
}
break;
case T_Material: