mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Revert "Move new structure member to the end."
This reverts commit 94d622f27be6d48e61a68496da4f2efb06fe8746. That commit was supposed to get pushed to REL_10_STABLE, but I messed up.
This commit is contained in:
parent
e4fbf22831
commit
f0392e677e
@ -507,10 +507,10 @@ typedef struct EState
|
||||
bool *es_epqTupleSet; /* true if EPQ tuple is provided */
|
||||
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. */
|
||||
struct dsa_area *es_query_dsa;
|
||||
|
||||
bool es_use_parallel_mode; /* can we use parallel workers? */
|
||||
} EState;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user