Move new structure member to the end.
Reduces ABI breakage. Per Tom Lane. Discussion: http://postgr.es/m/4035.1509113974@sss.pgh.pa.us
This commit is contained in:
parent
639c1a6bb9
commit
94d622f27b
@ -507,10 +507,10 @@ typedef struct EState
|
|||||||
bool *es_epqTupleSet; /* true if EPQ tuple is provided */
|
bool *es_epqTupleSet; /* true if EPQ tuple is provided */
|
||||||
bool *es_epqScanDone; /* true if EPQ tuple has been fetched */
|
bool *es_epqScanDone; /* true if EPQ tuple has been fetched */
|
||||||
|
|
||||||
bool es_use_parallel_mode; /* can we use parallel workers? */
|
|
||||||
|
|
||||||
/* The per-query shared memory area to use for parallel execution. */
|
/* The per-query shared memory area to use for parallel execution. */
|
||||||
struct dsa_area *es_query_dsa;
|
struct dsa_area *es_query_dsa;
|
||||||
|
|
||||||
|
bool es_use_parallel_mode; /* can we use parallel workers? */
|
||||||
} EState;
|
} EState;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user