mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Minor comment updates
Fix a couple of typos, and update a comment about why we set a BMS to NULL. Author: David Rowley Discussion: http://postgr.es/m/CAKJS1f-tux=KdUz6ENJ9GHM_V2qgxysadYiOyQS9Ko9PTteVhQ@mail.gmail.com
This commit is contained in:
@ -40,7 +40,7 @@ typedef struct PartitionPruneContext
|
||||
|
||||
/*
|
||||
* Can be set when the context is used from the executor to allow params
|
||||
* found matching the partition key to be evaulated.
|
||||
* found matching the partition key to be evaluated.
|
||||
*/
|
||||
PlanState *planstate;
|
||||
|
||||
|
Reference in New Issue
Block a user