We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdb6ac90 commitce94043Copy full SHA for ce94043
cardinality_estimation.c
@@ -33,7 +33,7 @@ predict_debug_output(List *clauses, List *selectivities,
33
34
initStringInfo(&debug_str);
35
appendStringInfo(&debug_str,"fss: %d, clausesNum: %d, ",
36
-fss_hash,list_length(clauses));
+fss,list_length(clauses));
37
38
appendStringInfoString(&debug_str,", selectivities: { ");
39
foreach(lc,selectivities)
@@ -45,8 +45,8 @@ predict_debug_output(List *clauses, List *selectivities,
45
appendStringInfoString(&debug_str,"}, reloids: { ");
46
foreach(lc,reloids)
47
{
48
-Value*relname=lfirst_node(String,lc);
49
-appendStringInfo(&debug_str,"%s ",valStr(relname));
+Oidrelname=lfirst_oid(lc);
+appendStringInfo(&debug_str,"%d ",relname);
50
}
51
52
appendStringInfo(&debug_str,"}, result: %lf",result);