Skip to content

Commit 919f82f

Browse files
Fix plan rewrite function's comment.
1 parent ef2e078 commit 919f82f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pg_diffix/query/anonymization.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ extern void rewrite_plan_list(List *plans, AnonQueryLinks *links);
2525

2626
/*
2727
* Wraps anonymizing Agg nodes with BucketScan nodes. Does nothing if links is NULL.
28-
* Frees memory associated with links after rewriting.
2928
*/
3029
extern Plan *rewrite_plan(Plan *plan, AnonQueryLinks *links);
3130

0 commit comments

Comments
 (0)