mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Copyedit comments and documentation.
This commit is contained in:
@ -71,7 +71,7 @@ typedef struct ExecParallelEstimateContext
|
||||
int nnodes;
|
||||
} ExecParallelEstimateContext;
|
||||
|
||||
/* Context object for ExecParallelEstimate. */
|
||||
/* Context object for ExecParallelInitializeDSM. */
|
||||
typedef struct ExecParallelInitializeDSMContext
|
||||
{
|
||||
ParallelContext *pcxt;
|
||||
|
Reference in New Issue
Block a user