1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Fix a few duplicate words in comments

These are all new to v18

Author: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
This commit is contained in:
David Rowley
2025-04-21 10:41:18 +12:00
parent 8180136652
commit 84fd3bc141
9 changed files with 14 additions and 14 deletions

View File

@@ -1983,8 +1983,8 @@ ExecInitPartitionExecPruning(PlanState *planstate,
* account for any that were removed due to initial pruning; refer to the
* condition in InitExecPartitionPruneContexts() that is used to determine
* whether to do this. If no exec pruning needs to be done, we would thus
* leave the maps to be in an invalid invalid state, but that's ok since
* that data won't be consulted again (cf initial Assert in
* leave the maps to be in an invalid state, but that's ok since that data
* won't be consulted again (cf initial Assert in
* ExecFindMatchingSubPlans).
*/
if (prunestate->do_exec_prune)