mirror of
https://github.com/postgres/postgres.git
synced 2025-10-19 15:49:24 +03:00
Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out.
This commit is contained in:
5
src/backend/utils/cache/plancache.c
vendored
5
src/backend/utils/cache/plancache.c
vendored
@@ -897,8 +897,9 @@ BuildCachedPlan(CachedPlanSource *plansource, List *qlist,
|
||||
* rejected a generic plan, it's possible to reach here with is_valid
|
||||
* false due to an invalidation while making the generic plan. In theory
|
||||
* the invalidation must be a false positive, perhaps a consequence of an
|
||||
* sinval reset event or the debug_invalidate_system_caches_always code. But for
|
||||
* safety, let's treat it as real and redo the RevalidateCachedQuery call.
|
||||
* sinval reset event or the debug_invalidate_system_caches_always code.
|
||||
* But for safety, let's treat it as real and redo the
|
||||
* RevalidateCachedQuery call.
|
||||
*/
|
||||
if (!plansource->is_valid)
|
||||
qlist = RevalidateCachedQuery(plansource, queryEnv);
|
||||
|
Reference in New Issue
Block a user