diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-11-25 09:14:45 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-11-25 09:14:45 +0530 |
commit | 805b816305b62cb3e2670418ced8f7184a2d29c7 (patch) | |
tree | 035567e809b06de73642f71588664fc8831c733c /src | |
parent | 687f6163447514c23b44a981540987013529a9ec (diff) | |
download | postgresql-805b816305b62cb3e2670418ced8f7184a2d29c7.tar.gz postgresql-805b816305b62cb3e2670418ced8f7184a2d29c7.zip |
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
Diffstat (limited to 'src')
-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 7e2b2e3dd64..02b1a3868fe 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, |