From 88e947136b47664b6936b35542f2d1eda0c90588 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sat, 19 Apr 2025 19:17:42 +0900 Subject: 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 Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com --- src/backend/utils/cache/plancache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/cache/plancache.c') diff --git a/src/backend/utils/cache/plancache.c b/src/backend/utils/cache/plancache.c index 3b681647060..9bcbc4c3e97 100644 --- a/src/backend/utils/cache/plancache.c +++ b/src/backend/utils/cache/plancache.c @@ -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? */ /* -- cgit v1.2.3