mirror of
https://github.com/postgres/postgres.git
synced 2025-10-19 15:49:24 +03:00
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done in the v18 development cycle. Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
This commit is contained in:
2
src/backend/utils/cache/plancache.c
vendored
2
src/backend/utils/cache/plancache.c
vendored
@@ -1271,7 +1271,7 @@ UpdateCachedPlan(CachedPlanSource *plansource, int query_index,
|
||||
/*
|
||||
* XXX Should this also (re)set the properties of the CachedPlan that are
|
||||
* set in BuildCachedPlan() after creating the fresh plans such as
|
||||
* planRoleId, dependsOnRole, and save_xmin?
|
||||
* planRoleId, dependsOnRole, and saved_xmin?
|
||||
*/
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user