diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-11-25 09:21:33 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-11-25 09:21:33 +0530 |
commit | 5f734acd70dc202a58b9de5992dd5ef401120e88 (patch) | |
tree | 83ccc63ca1c5b82d50c977266eb17eb76d2be19f | |
parent | 6dda057043df4a56683e8fa31a74737b63da4c47 (diff) |
Remove obsolete comment atop ri_PlanCheck.
Commit 5b7ba75f7f removed the unused parameter but forgot to update the
nearby comments.
Author: Li Japin
Backpatch-through: 13, where it was introduced
Discussion: https://postgr.es/m/0E2F62A2-B2F1-4052-83AE-F0BEC8A75789@hotmail.com
-rw-r--r-- | src/backend/utils/adt/ri_triggers.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/utils/adt/ri_triggers.c b/src/backend/utils/adt/ri_triggers.c index 06cf16d9d71..47d4965215d 100644 --- a/src/backend/utils/adt/ri_triggers.c +++ b/src/backend/utils/adt/ri_triggers.c @@ -2130,9 +2130,6 @@ InvalidateConstraintCacheCallBack(Datum arg, int cacheid, uint32 hashvalue) /* * Prepare execution plan for a query to enforce an RI restriction - * - * If cache_plan is true, the plan is saved into our plan hashtable - * so that we don't need to plan it again. */ static SPIPlanPtr ri_PlanCheck(const char *querystr, int nargs, Oid *argtypes, |