mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Avoid using a C++ keyword as a structure member name.
Per request from Peter Eisentraut.
This commit is contained in:
@ -41,7 +41,7 @@ typedef struct ParallelContext
|
||||
ErrorContextCallback *error_context_stack;
|
||||
shm_toc_estimator estimator;
|
||||
dsm_segment *seg;
|
||||
void *private;
|
||||
void *private_memory;
|
||||
shm_toc *toc;
|
||||
ParallelWorkerInfo *worker;
|
||||
} ParallelContext;
|
||||
|
Reference in New Issue
Block a user