Skip to content

Commit

Permalink
Version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomello committed Dec 2, 2024
1 parent 7df4238 commit fe2aa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/src/continuous_aggs/materialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ create_materialization_plan_query(MaterializationContext *context,
break;
}

elog(DEBUG2, "%pS: %s", __builtin_return_address(0), query->data);
elog(DEBUG2, "Materialization Plan Type (%d): %s", plan_type, query->data);
return query->data;
}

Expand Down

0 comments on commit fe2aa91

Please sign in to comment.