Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 805b816

Browse files
author
Amit Kapila
committed
Remove obsolete comment atop ri_PlanCheck.
Commit 5b7ba75 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
1 parent 687f616 commit 805b816

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/utils/adt/ri_triggers.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,9 +2130,6 @@ InvalidateConstraintCacheCallBack(Datum arg, int cacheid, uint32 hashvalue)
21302130

21312131
/*
21322132
* Prepare execution plan for a query to enforce an RI restriction
2133-
*
2134-
* If cache_plan is true, the plan is saved into our plan hashtable
2135-
* so that we don't need to plan it again.
21362133
*/
21372134
static SPIPlanPtr
21382135
ri_PlanCheck(const char *querystr, int nargs, Oid *argtypes,

0 commit comments

Comments
 (0)