mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix many typos and inconsistencies
Author: Alexander Lakhin Discussion: https://postgr.es/m/af27d1b3-a128-9d62-46e0-88f424397f44@gmail.com
This commit is contained in:
2
src/backend/utils/cache/plancache.c
vendored
2
src/backend/utils/cache/plancache.c
vendored
@ -504,7 +504,7 @@ DropCachedPlan(CachedPlanSource *plansource)
|
||||
plansource->is_saved = false;
|
||||
}
|
||||
|
||||
/* Decrement generic CachePlan's refcount and drop if no longer needed */
|
||||
/* Decrement generic CachedPlan's refcount and drop if no longer needed */
|
||||
ReleaseGenericPlan(plansource);
|
||||
|
||||
/* Mark it no longer valid */
|
||||
|
Reference in New Issue
Block a user